diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go index b956a8a9cd..b7ca4c7d12 100644 --- a/test/e2e/run_test.go +++ b/test/e2e/run_test.go @@ -1035,6 +1035,7 @@ echo -n madeit-$teststring >$tmpfile }) It("podman run with FIPS mode secrets", func() { + Skip("FIPS mode not enabled in this branch as of November, 2024, Skipping") SkipIfRootless("rootless can not manipulate system-fips file") fipsFile := "/etc/system-fips" err = os.WriteFile(fipsFile, []byte{}, 0755)