From 82cbd75eca16e9182a6cef689cf8de981ba9c25f Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Mon, 16 Mar 2015 13:22:45 -0400 Subject: Disable the exitstatus 3 test This relies on a timer and even though we increased it in #3039 we've still seen intermittent failures from it. Mark it volatile and move on. --- spec/unit/application/client_spec.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/spec/unit/application/client_spec.rb b/spec/unit/application/client_spec.rb index b4445a9ff9..501251b7fe 100644 --- a/spec/unit/application/client_spec.rb +++ b/spec/unit/application/client_spec.rb @@ -305,10 +305,7 @@ describe Chef::Application::Client, "run_application", :unix_only do allow(Chef::Daemon).to receive(:daemonize).and_return(true) end - # In ChefDK builds this sometimes fails from `chef verify`. If the test - # begins to fail for normal chef builds, change it to :volatile completely - # https://github.com/chef/chef/pull/3039 - it "should exit hard with exitstatus 3", :volatile_from_verify do + it "should exit hard with exitstatus 3", :volatile do pid = fork do @app.run_application end -- cgit v1.2.1