test: remove skip_if_remote from podman run - uidmapping has no /sys/kernel mounts

Fixes: #27117

Signed-off-by: ByoungUk Lee <nimdrak@gmail.com>
This commit is contained in:
ByoungUk Lee
2025-09-22 13:49:40 +09:00
parent 1671029517
commit 51f4e614e9

View File

@ -105,7 +105,6 @@ echo $rand | 0 | $rand
@test "podman run - uidmapping has no /sys/kernel mounts" { @test "podman run - uidmapping has no /sys/kernel mounts" {
skip_if_cgroupsv1 "run --uidmap fails on cgroups v1 (issue 15025, wontfix)" skip_if_cgroupsv1 "run --uidmap fails on cgroups v1 (issue 15025, wontfix)"
skip_if_rootless "cannot umount as rootless" 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 run_podman run --rm --uidmap 0:100:10000 $IMAGE mount
assert "$output" !~ /sys/kernel "unwanted /sys/kernel in 'mount' output" assert "$output" !~ /sys/kernel "unwanted /sys/kernel in 'mount' output"