From 6415471dcd8982a8b61b67d9a1b85833d8fcd99d Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 11 Dec 2023 06:28:21 -0700 Subject: [PATCH] EMERGENCY: fix broken CI Broken by #20827. Signed-off-by: Ed Santiago --- test/system/170-run-userns.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/test/system/170-run-userns.bats b/test/system/170-run-userns.bats index c4fcac3eda..1df350fbb3 100644 --- a/test/system/170-run-userns.bats +++ b/test/system/170-run-userns.bats @@ -150,6 +150,7 @@ EOF @test "podman userns=auto with id mapping" { skip_if_not_rootless + skip_if_remote run_podman unshare awk '{if(NR == 2){print $2}}' /proc/self/uid_map first_id=$output mapping=1:@$first_id:1