mirror of
https://github.com/containers/podman.git
synced 2025-10-13 09:15:20 +08:00
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:
@ -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"
|
||||||
|
Reference in New Issue
Block a user