summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2015-03-10 09:28:27 -0700
committertyler-ball <tyleraball@gmail.com>2015-03-10 09:28:27 -0700
commit3dfddeec7c896668abd6e344f4c70fbf770dadc2 (patch)
tree72cc5abba985f54108672f8ca33d91b428b467f2
parentdc7def173f6f358317c072c362e4fc573760cb13 (diff)
downloadchef-tball/nightlies.tar.gz
Updating comment for future userstball/nightlies
-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