test/e2e: skip idmapped mounts test with vfs

Giuseppe is working on some proper fixes, for now in order to get this
moved along skip it so we can merge the disk usage fix.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2025-03-17 13:40:56 +01:00
parent 69dc0720b9
commit b3fe3906bb

View File

@ -1398,6 +1398,10 @@ 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