summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/spec_helper.rb3
-rw-r--r--spec/stress/win32/security_spec.rb4
2 files changed, 5 insertions, 2 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 4cc30ececb..8d64997d50 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -65,6 +65,9 @@ RSpec.configure do |config|
config.filter_run :focus => true
config.filter_run_excluding :external => true
+ # Tests that randomly fail, but may have value.
+ config.filter_run_excluding :volatile => true
+
# Add jruby filters here
config.filter_run_excluding :windows_only => true unless windows?
config.filter_run_excluding :not_supported_on_win2k3 => true if windows_win2k3?
diff --git a/spec/stress/win32/security_spec.rb b/spec/stress/win32/security_spec.rb
index cc0b6c0d4c..515a49911f 100644
--- a/spec/stress/win32/security_spec.rb
+++ b/spec/stress/win32/security_spec.rb
@@ -48,14 +48,14 @@ describe 'Chef::ReservedNames::Win32::Security', :windows_only do
FileUtils.rm_rf(@test_tempdir)
end
- it "should not leak when retrieving and reading the ACE from a file" do
+ it "should not leak when retrieving and reading the ACE from a file", :volatile do
lambda {
sids = Chef::ReservedNames::Win32::Security::SecurableObject.new(@monkeyfoo).security_descriptor.dacl.select { |ace| ace.sid }
GC.start
}.should_not leak_memory(:warmup => 50, :iterations => 100)
end
- it "should not leak when creating a new ACL and setting it on a file" do
+ it "should not leak when creating a new ACL and setting it on a file", :volatile do
securable_object = Security::SecurableObject.new(@monkeyfoo)
lambda {
securable_object.dacl = Security::ACL.create([