From 1f3347ff3cc2d4b874f0d6b43edee2e416e28d97 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Mon, 17 Mar 2025 14:57:45 +0100 Subject: [PATCH] test: re-enable idmapped mounts test on vfs Signed-off-by: Giuseppe Scrivano --- test/system/030-run.bats | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/system/030-run.bats b/test/system/030-run.bats index 8aa8108062..81b6e41422 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -1398,10 +1398,6 @@ EOF grep -E -q "^containers:" /etc/subuid || skip "no IDs allocated for user 'containers'" - if [[ "$(podman_storage_driver)" == "vfs" ]]; then - skip "FIXME #25572: image mount with uidmapping and vfs not consistent and can fail" - fi - # the TMPDIR must be accessible by different users as the following tests use different mappings chmod 755 $PODMAN_TMPDIR