Skip to content

Commit

Permalink
FIXME: rmi pause. Is there a better place to do this?
Browse files Browse the repository at this point in the history
Signed-off-by: Ed Santiago <santiago@redhat.com>
  • Loading branch information
edsantiago committed Nov 19, 2024
1 parent 4d9dff5 commit 41b3d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/system/setup_suite.bash
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ function teardown_suite() {
stop_registry
local exit_code=$?

run_podman '?' rmi $(pause_image)

# At end, if all tests have passed, check for leaks.
# Don't do this if there were errors: failing tests may not clean up.
if [[ -e "$BATS_SUITE_TMPDIR/all-tests-passed" ]]; then
Expand Down

0 comments on commit 41b3d5d

Please sign in to comment.