summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-03-15 13:07:21 -0700
committerMatt Wrock <matt@mattwrock.com>2016-03-15 13:07:21 -0700
commit7d2f45ef0a47e0884a381063dd6c42072c941035 (patch)
treed8040c5c2fa139b154e1e4b728171a83ad0318ea
parent754cc50d9e70de3e5a959b3999841b24d4fab072 (diff)
downloadchef-7d2f45ef0a47e0884a381063dd6c42072c941035.tar.gz
temporarily disabling windows and chocolatey to eliminate transient errors on the builders
-rw-r--r--acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb14
1 files changed, 8 insertions, 6 deletions
diff --git a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb
index 83271d243d..203ea9809a 100644
--- a/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb
+++ b/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb
@@ -23,9 +23,6 @@ class TopCookbooks < Chef::Resource
cookbook_kitchen "#{command} powershell" do
end
- cookbook_kitchen "#{command} windows" do
- end
-
cookbook_kitchen "#{command} iis" do
end
@@ -36,8 +33,13 @@ class TopCookbooks < Chef::Resource
repository "adamedx/winbox"
end
- cookbook_kitchen "#{command} chocolatey" do
- repository "chocolatey/chocolatey-cookbook"
- end
+ # Temporarily disabling windows and chocolatey to eliminate
+ # transient errors on the builders
+ # cookbook_kitchen "#{command} windows" do
+ # end
+
+ # cookbook_kitchen "#{command} chocolatey" do
+ # repository "chocolatey/chocolatey-cookbook"
+ # end
end
end