summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marc.paradise@gmail.com>2021-03-30 17:06:44 -0400
committerMarc A. Paradise <marc.paradise@gmail.com>2021-03-31 13:52:49 -0400
commite609a4f09064db763db1526aed5b51bbc8560110 (patch)
tree47e7c8996751d98e51c62d7c38b4d253341040c6
parented301ac33894e25ace697f446eaa7fa610f920e0 (diff)
downloadchef-e609a4f09064db763db1526aed5b51bbc8560110.tar.gz
Pend cookbook cheffish test
cheffish requires knife, which is no longer available. This will be addressed once we merge cheffish into this repository; I'm 0pending this test until that is addressed. Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
-rw-r--r--spec/integration/client/client_spec.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/spec/integration/client/client_spec.rb b/spec/integration/client/client_spec.rb
index a64271c8f2..23cf8f0349 100644
--- a/spec/integration/client/client_spec.rb
+++ b/spec/integration/client/client_spec.rb
@@ -432,7 +432,10 @@ describe "chef-client" do
EOM
end
- it "the cheffish DSL is loaded lazily" do
+ xit "the cheffish DSL is loaded lazily" do
+ # pending "cheffish gem integration must address that cheffish requires chef/knife"
+ # # Note that this does work in CI - we should also track down how CI is managing to load
+ # chef/knife since it's not in the chef-client that's being bundle-exec'd.
command = shell_out("#{chef_client} -c \"#{path_to("config/client.rb")}\" -o 'x::default' --no-fork", cwd: chef_dir)
expect(command.exitstatus).to eql(0)
end