summaryrefslogtreecommitdiff
path: root/acceptance/top-cookbooks
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance/top-cookbooks')
-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