Skip to content

Commit

Permalink
[v5.3] Skip FIPS mode secrets run test
Browse files Browse the repository at this point in the history
The FIPS mode secrets test cannot run on this branch,
skip them for now.

Signed-off-by: tomsweeneyredhat <[email protected]>
  • Loading branch information
TomSweeneyRedHat committed Nov 11, 2024
1 parent c6dd2c7 commit 9556882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9556882

Please sign in to comment.