summaryrefslogtreecommitdiff
path: root/spec/unit/application/client_spec.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-28 23:43:02 -0700
committersersut <serdar@opscode.com>2014-03-28 23:43:02 -0700
commit42f22b0aa2ecce2002def93e96bc5581d20dcf40 (patch)
tree5ece38739b9ebba306e04ab8424290c42dc62948 /spec/unit/application/client_spec.rb
parent852cadd9040c71759bbeb55311ebc7a8cff27150 (diff)
downloadchef-42f22b0aa2ecce2002def93e96bc5581d20dcf40.tar.gz
Fix / Mark volatile the transient failures on Solaris.
Diffstat (limited to 'spec/unit/application/client_spec.rb')
-rw-r--r--spec/unit/application/client_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/application/client_spec.rb b/spec/unit/application/client_spec.rb
index 8b4ea6a077..f57fd6875a 100644
--- a/spec/unit/application/client_spec.rb
+++ b/spec/unit/application/client_spec.rb
@@ -137,7 +137,7 @@ describe Chef::Application::Client, "run_application", :unix_only do
end
end
- it "should exit gracefully when sent SIGTERM" do
+ it "should exit gracefully when sent SIGTERM", :volatile_on_solaris do
pid = fork do
@app.run_application
end