diff options
author | nimisha <nimisha.sharad@msystechnologies.com> | 2017-06-15 17:44:17 +0530 |
---|---|---|
committer | nimisha <nimisha.sharad@msystechnologies.com> | 2017-06-19 12:09:15 +0530 |
commit | 326e6eb64d463aee2e0889b7adbae5696ba3ab6f (patch) | |
tree | 8ab354021a38cd11360d17298517d0d1e9adf884 /spec/spec_helper.rb | |
parent | e1695dc8005ea7d24ffc24c75098b976adbd1c9c (diff) | |
download | chef-326e6eb64d463aee2e0889b7adbae5696ba3ab6f.tar.gz |
Fixing build failures of Windows Server 2016
Signed-off-by: nimisha <nimisha.sharad@msystechnologies.com>
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index edb5491100..0579e34f4b 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -149,6 +149,7 @@ RSpec.configure do |config| config.filter_run_excluding :windows64_only => true unless windows64? config.filter_run_excluding :windows32_only => true unless windows32? config.filter_run_excluding :windows_nano_only => true unless windows_nano_server? + config.filter_run_excluding :windows_10_or_2016 => true unless windows_10_or_2016? config.filter_run_excluding :ruby64_only => true unless ruby_64bit? config.filter_run_excluding :ruby32_only => true unless ruby_32bit? config.filter_run_excluding :windows_powershell_dsc_only => true unless windows_powershell_dsc? |