diff options
author | kaustubh-d <kaustubh@clogeny.com> | 2014-10-29 23:18:24 +0530 |
---|---|---|
committer | kaustubh-d <kaustubh@clogeny.com> | 2014-10-29 23:18:24 +0530 |
commit | 79df853d808e196bdf9b65d6e8fc36afef9ff337 (patch) | |
tree | 69820ee0d26ad0d584514073c749c37dc42c8a3c /spec/spec_helper.rb | |
parent | 9d7c47d6a9ebfd6b64665724b37ebc235324376f (diff) | |
download | chef-79df853d808e196bdf9b65d6e8fc36afef9ff337.tar.gz |
disable workstation tests for aix.
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
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 |