summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/unit/application/client_spec.rb5
1 files changed, 1 insertions, 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