We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cf567e + 51f4e61 commit b223d14Copy full SHA for b223d14
test/system/030-run.bats
@@ -105,7 +105,6 @@ echo $rand | 0 | $rand
105
@test "podman run - uidmapping has no /sys/kernel mounts" {
106
skip_if_cgroupsv1 "run --uidmap fails on cgroups v1 (issue 15025, wontfix)"
107
skip_if_rootless "cannot umount as rootless"
108
- skip_if_remote "TODO Fix this for remote case"
109
110
run_podman run --rm --uidmap 0:100:10000 $IMAGE mount
111
assert "$output" !~ /sys/kernel "unwanted /sys/kernel in 'mount' output"
0 commit comments