summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Prieur <jesse.prieur@gmail.com>2023-02-24 12:41:08 -0800
committerJesse Prieur <jesse.prieur@gmail.com>2023-02-24 12:41:08 -0800
commit23192e2a7ec25bf8354c5555a0b746d64a355b96 (patch)
treeccd8345d56bbfd2623361156eaeb829fb0c85351
parent9be2103ce1ec605c9adc7f6745b0b6b87ce6737e (diff)
downloadchef-23192e2a7ec25bf8354c5555a0b746d64a355b96.tar.gz
Disabling FIPS test for Chef-16
Signed-off-by: Jesse Prieur <jesse.prieur@gmail.com>
-rw-r--r--spec/integration/client/fips_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/integration/client/fips_spec.rb b/spec/integration/client/fips_spec.rb
index 7d8bfb2a2f..37458aeacd 100644
--- a/spec/integration/client/fips_spec.rb
+++ b/spec/integration/client/fips_spec.rb
@@ -15,6 +15,7 @@ describe "chef-client fips" do
# For FIPS OSes/builds of Ruby, enabling FIPS should not error
example "Do not error enabling fips_mode if FIPS linked", fips_mode: true do
+ pending "Does not currently work with Chef 16"
expect { enable_fips }.not_to raise_error
end
end