Skip to content

Commit b223d14

Browse files
Merge pull request #27136 from nimdrak/27117
test: remove skip_if_remote from podman run - uidmapping has no /sys/kernel mounts
2 parents 0cf567e + 51f4e61 commit b223d14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/system/030-run.bats

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ echo $rand | 0 | $rand
105105
@test "podman run - uidmapping has no /sys/kernel mounts" {
106106
skip_if_cgroupsv1 "run --uidmap fails on cgroups v1 (issue 15025, wontfix)"
107107
skip_if_rootless "cannot umount as rootless"
108-
skip_if_remote "TODO Fix this for remote case"
109108

110109
run_podman run --rm --uidmap 0:100:10000 $IMAGE mount
111110
assert "$output" !~ /sys/kernel "unwanted /sys/kernel in 'mount' output"

0 commit comments

Comments
 (0)