summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-05-12 17:55:24 +0100
committerThom May <thom@chef.io>2017-05-12 17:55:24 +0100
commitb87a0ceb7ae19021f0a5e75bf43412588c8d3d0d (patch)
tree55ec6647542fb2af41159b7f776d8bf5f3f57c83
parentab925fafeb74cb9dc34dd3e4add1ac070dd70cc9 (diff)
downloadchef-tm/disable_choco_tests.tar.gz
Completely ignore the chocolatey teststm/disable_choco_tests
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--spec/functional/resource/chocolatey_package_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/functional/resource/chocolatey_package_spec.rb b/spec/functional/resource/chocolatey_package_spec.rb
index e8dae581b9..c17a55203c 100644
--- a/spec/functional/resource/chocolatey_package_spec.rb
+++ b/spec/functional/resource/chocolatey_package_spec.rb
@@ -19,6 +19,7 @@ require "spec_helper"
require "chef/mixin/powershell_out"
describe Chef::Resource::ChocolateyPackage, :windows_only, :choco_installed do
+ skip "these tests are incredibly unstable on Win2k8"
include Chef::Mixin::PowershellOut
let(:package_name) { "test-A" }