summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2015-12-18 12:03:14 -0800
committerSalim Alam <salam@chef.io>2015-12-18 12:07:28 -0800
commitc4e93ec2cd977f2e28b57eca9f17382ad0c4de88 (patch)
tree3234484c3a64841f83ecac298c622ecd32cdecfc /spec/spec_helper.rb
parent112759afe6c1edadebe85a1de2367181eeb114c5 (diff)
downloadchef-12.6.0.tar.gz
Merge pull request #4330 from chef/shain/disable_aix_mount_tests12.6.012.6-release
Disabled mount tests on AIX
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 7691d88ff3..a269a98d97 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -163,6 +163,7 @@ RSpec.configure do |config|
config.filter_run_excluding :openssl_lt_101 => true unless openssl_lt_101?
config.filter_run_excluding :aes_256_gcm_only => true unless aes_256_gcm?
config.filter_run_excluding :broken => true
+ config.filter_run_excluding :not_wpar => true unless wpar?
running_platform_arch = `uname -m`.strip unless windows?