test/buildah-bud: skip build-with-run-mount

That test uses process substitution for the Containerfile which fails
because podman tries to use /dev/fd as context directory.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2026-02-18 15:19:57 +01:00
parent a3198235bf
commit 72a0a1179e

View File

@@ -337,7 +337,8 @@ skip_if_remote "FIXME: 2025-04-01 git related errors returning wrong exit code"
# FIXME: Don't use process substitution for Containerfile in buildah tests
skip "process substitution with overlay context not supported" \
"build-with-timestamp-applies-to-oci-archive" \
"build-with-timestamp-applies-to-oci-archive-with-base"
"build-with-timestamp-applies-to-oci-archive-with-base" \
"build-with-run-mount"
# END temporary workarounds that must be reevaluated periodically
###############################################################################