From 51f4e614e9afb858e5f15297c9e602a4cb6d5a91 Mon Sep 17 00:00:00 2001 From: ByoungUk Lee Date: Mon, 22 Sep 2025 13:49:40 +0900 Subject: [PATCH] test: remove skip_if_remote from podman run - uidmapping has no /sys/kernel mounts Fixes: #27117 Signed-off-by: ByoungUk Lee --- test/system/030-run.bats | 1 - 1 file changed, 1 deletion(-) 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"