summaryrefslogtreecommitdiff
path: root/spec/unit/application/client_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/application/client_spec.rb')
-rw-r--r--spec/unit/application/client_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/unit/application/client_spec.rb b/spec/unit/application/client_spec.rb
index 19730f1a06..b4445a9ff9 100644
--- a/spec/unit/application/client_spec.rb
+++ b/spec/unit/application/client_spec.rb
@@ -305,7 +305,8 @@ 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`
+ # 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
pid = fork do