summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tball@chef.io>2018-08-07 12:10:10 -0600
committertyler-ball <tball@chef.io>2018-08-07 12:10:13 -0600
commit5276b1b96a254177778b275fa441ab9a4abd920f (patch)
tree8bcffa51dbf04f28e3edf241832bfe51494a0fe3
parent85daefb999ab6813ccc570ee0ff21b01e14dc8d8 (diff)
downloadchef-5276b1b96a254177778b275fa441ab9a4abd920f.tar.gz
aws-sdk gem takes over 10 minutes to install on Centos 6, failing Travis
We don't test installing this gem in master so I don't see why we should install it in Chef 13. 'aws-sdk' is no longer one of our sample gems to test whether chef-client can successfully install gems. Signed-off-by: tyler-ball <tball@chef.io>
-rw-r--r--kitchen-tests/cookbooks/base/recipes/packages.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/base/recipes/packages.rb b/kitchen-tests/cookbooks/base/recipes/packages.rb
index fc65a2d8f7..f8ceb342ad 100644
--- a/kitchen-tests/cookbooks/base/recipes/packages.rb
+++ b/kitchen-tests/cookbooks/base/recipes/packages.rb
@@ -15,7 +15,7 @@ pkgs.each do |pkg|
multipackage pkgs
end
-gems = %w{fpm aws-sdk}
+gems = %w{fpm community_cookbook_releaser}
gems.each do |gem|
chef_gem gem do