mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
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:
@@ -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
|
||||
###############################################################################
|
||||
|
||||
Reference in New Issue
Block a user