summaryrefslogtreecommitdiff
path: root/spec/functional
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2014-12-16 17:38:38 -0800
committerBryan McLellan <btm@loftninjas.org>2014-12-16 21:10:07 -0500
commit5466700b0f782e85579c4141316efe5600ebb5f5 (patch)
treedf38abc6251744ad9e5f8cc49509e8790cd8b70d /spec/functional
parente8c110d027134ab59346eb5de1e145930fb0d773 (diff)
downloadchef-5466700b0f782e85579c4141316efe5600ebb5f5.tar.gz
Disable broken registry_spec testsbtm/appveyor
The registry_spec has been broken since we switched to rspec 3 :pending was running the tests, but expecting them to fail. There seems to be a bug where if there is a failure outside the test, in our case the before block was silently raising an exception accessing resource_name, the tests would fail as expected but rspec would return with an exit code of 1
Diffstat (limited to 'spec/functional')
-rw-r--r--spec/functional/resource/registry_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/registry_spec.rb b/spec/functional/resource/registry_spec.rb
index d3120ac77c..f112ad9b00 100644
--- a/spec/functional/resource/registry_spec.rb
+++ b/spec/functional/resource/registry_spec.rb
@@ -40,7 +40,7 @@ describe Chef::Resource::RegistryKey, :unix_only do
end
end
-describe Chef::Resource::RegistryKey, :windows_only, :pending => "Refactor helper methods" do
+describe Chef::Resource::RegistryKey, :windows_only, :broken => true do
# parent and key must be single keys, not paths
let(:parent) { 'Opscode' }