diff --git a/test/system/075-exec.bats b/test/system/075-exec.bats
index 7e21dd3a03..30a69f852b 100644
--- a/test/system/075-exec.bats
+++ b/test/system/075-exec.bats
@@ -208,7 +208,6 @@ load helpers
 }
 
 @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
     cid="$output"