summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2022-02-18 15:16:53 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2022-02-18 15:16:53 -0800
commit3f0e062557846c25685f8037fff681a711bfb7de (patch)
treea4ce668b7a072c934bf1021ea97a5efbbea3415d /kitchen-tests/cookbooks
parentbee93b4f90a235c9ece530f1e68160894d722df2 (diff)
downloadchef-3f0e062557846c25685f8037fff681a711bfb7de.tar.gz
disable knife test for now
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/_chef_gem.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/_chef_gem.rb b/kitchen-tests/cookbooks/end_to_end/recipes/_chef_gem.rb
index 00833ec141..bcafb7d3af 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/_chef_gem.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/_chef_gem.rb
@@ -7,9 +7,10 @@
# make sure customers can install knife back into the client for now
# and also make sure chef_gem works in general
-gem_name = rhel6? ? "community_cookbook_releaser" : "knife"
+# gem_name = rhel6? ? "community_cookbook_releaser" : "knife"
+gem_name = "community_cookbook_releaser"
chef_gem gem_name do
action :install
compile_time false
-end \ No newline at end of file
+end