Revert "Emergency workaround for CI breakage"

This reverts commit 44ed415b25.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2023-10-18 21:39:37 +02:00
parent f48a706abc
commit 1d2589c3f1
No known key found for this signature in database
GPG Key ID: 67E38F7A8BA21772
1 changed files with 0 additions and 1 deletions

View File

@ -208,7 +208,6 @@ load helpers
} }
@test "podman exec - does not leak session IDs on invalid command" { @test "podman exec - does not leak session IDs on invalid command" {
skip_if_remote "FIXME FIXME FIXME: this should work on remote, but does not"
run_podman run -d $IMAGE top run_podman run -d $IMAGE top
cid="$output" cid="$output"