summaryrefslogtreecommitdiff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-28 23:43:02 -0700
committersersut <serdar@opscode.com>2014-03-28 23:43:02 -0700
commit42f22b0aa2ecce2002def93e96bc5581d20dcf40 (patch)
tree5ece38739b9ebba306e04ab8424290c42dc62948 /spec/spec_helper.rb
parent852cadd9040c71759bbeb55311ebc7a8cff27150 (diff)
downloadchef-42f22b0aa2ecce2002def93e96bc5581d20dcf40.tar.gz
Fix / Mark volatile the transient failures on Solaris.
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 88e38bdc4b..2de0cae0ed 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -98,6 +98,7 @@ RSpec.configure do |config|
# Tests that randomly fail, but may have value.
config.filter_run_excluding :volatile => true
+ config.filter_run_excluding :volatile_on_solaris => true if solaris?
# Add jruby filters here
config.filter_run_excluding :windows_only => true unless windows?