summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2012-12-04 15:11:42 -0800
committersdelano <stephen@opscode.com>2012-12-14 10:23:37 -0800
commitea7aa31fe80858b65124be202e26018706a32a49 (patch)
treee1e17b27011285daf846c48f9d87d92e70cf36a5 /spec/spec_helper.rb
parent2fbdf2b2c3a60f77f4827e672d8b5d0e41b8c766 (diff)
downloadchef-ea7aa31fe80858b65124be202e26018706a32a49.tar.gz
Disable link tests on Windows Server 2003 since symlink is not yet supported on this platform.
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 521cc41a30..4cc30ececb 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -67,6 +67,7 @@ RSpec.configure do |config|
# Add jruby filters here
config.filter_run_excluding :windows_only => true unless windows?
+ config.filter_run_excluding :not_supported_on_win2k3 => true if windows_win2k3?
config.filter_run_excluding :unix_only => true unless unix?
config.filter_run_excluding :ruby_18_only => true unless ruby_18?
config.filter_run_excluding :ruby_19_only => true unless ruby_19?