summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaustubh-d <kaustubh@clogeny.com>2014-10-29 23:18:24 +0530
committerkaustubh-d <kaustubh@clogeny.com>2014-10-29 23:18:24 +0530
commit79df853d808e196bdf9b65d6e8fc36afef9ff337 (patch)
tree69820ee0d26ad0d584514073c749c37dc42c8a3c
parent9d7c47d6a9ebfd6b64665724b37ebc235324376f (diff)
downloadchef-79df853d808e196bdf9b65d6e8fc36afef9ff337.tar.gz
disable workstation tests for aix.
-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