diff --git a/test/system/030-run.bats b/test/system/030-run.bats index f0f3725ee5..297191d672 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -105,7 +105,6 @@ echo $rand | 0 | $rand @test "podman run - uidmapping has no /sys/kernel mounts" { skip_if_cgroupsv1 "run --uidmap fails on cgroups v1 (issue 15025, wontfix)" skip_if_rootless "cannot umount as rootless" - skip_if_remote "TODO Fix this for remote case" run_podman run --rm --uidmap 0:100:10000 $IMAGE mount assert "$output" !~ /sys/kernel "unwanted /sys/kernel in 'mount' output"