diff options
author | danielsdeleo <dan@opscode.com> | 2012-12-19 16:18:03 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2012-12-19 16:18:03 -0800 |
commit | f70530ee2ba698ffa06f8cefd360fac3d4b6ef01 (patch) | |
tree | 042115b95fbec3a52a1729a3ff78daf8285d3cec /spec/stress | |
parent | 26e4aad19376f6eb6a073eabfbdcc8fcf6890888 (diff) | |
download | chef-f70530ee2ba698ffa06f8cefd360fac3d4b6ef01.tar.gz |
Stress tests randomly fail in Ci. Exclude them
...until someone has a chance to look at them in-depth and make them
more stable.
Diffstat (limited to 'spec/stress')
-rw-r--r-- | spec/stress/win32/security_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
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([ |