summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-05-12 10:30:44 +0100
committerThom May <thom@chef.io>2017-05-12 11:11:28 +0100
commit4b281acdedfeaf1e549c6ddb7d25a1df2eca7030 (patch)
treeac6d336e052384ff878980517d00c4d6bd9d7d4e
parent707ffe04e34f37716a20e8c7099bafc27677894b (diff)
downloadchef-4b281acdedfeaf1e549c6ddb7d25a1df2eca7030.tar.gz
mark test as pending with a useful message
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--spec/functional/resource/windows_task_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/functional/resource/windows_task_spec.rb b/spec/functional/resource/windows_task_spec.rb
index da98fa3145..a04cbb5a83 100644
--- a/spec/functional/resource/windows_task_spec.rb
+++ b/spec/functional/resource/windows_task_spec.rb
@@ -387,8 +387,8 @@ describe Chef::Resource::WindowsTask, :windows_only do
new_resource
end
- xit "runs the existing task" do
- # Task status is returned as Ready instead of Running randomly
+ it "runs the existing task" do
+ skip "Task status is returned as Ready instead of Running randomly"
subject.run_action(:create)
subject.run_action(:run)
task_details = windows_task_provider.send(:load_task_hash, task_name)