summaryrefslogtreecommitdiff
path: root/spec/integration/agent/logging_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/agent/logging_spec.rb')
-rwxr-xr-xspec/integration/agent/logging_spec.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/integration/agent/logging_spec.rb b/spec/integration/agent/logging_spec.rb
index c686397c8..1c4394a6e 100755
--- a/spec/integration/agent/logging_spec.rb
+++ b/spec/integration/agent/logging_spec.rb
@@ -88,6 +88,10 @@ describe 'agent logging' do
else
it "when evoked with #{argv}, logs to #{expected[:loggers].inspect} at level #{expected[:level]}" do
+ if Facter.value(:kernelmajversion).to_f < 6.0
+ pending("requires win32-eventlog gem upgrade to 0.6.2 on Windows 2003")
+ end
+
# This logger is created by the Puppet::Settings object which creates and
# applies a catalog to ensure that configuration files and users are in
# place.