summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index b1d7cdbd64..cc5ba8c3ac 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -98,7 +98,7 @@ RSpec.configure do |config|
config.filter_run_excluding :external => true
# Only run these tests on platforms that are also chef workstations
- config.filter_run_excluding :workstation if solaris?
+ config.filter_run_excluding :workstation if solaris? or aix?
# Tests that randomly fail, but may have value.
config.filter_run_excluding :volatile => true