From 72a0a1179ea0027de7774dd60e258da33adaf960 Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 18 Feb 2026 15:19:57 +0100 Subject: [PATCH] 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 --- test/buildah-bud/apply-podman-deltas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index 3c6513b4f0..dc80701bf9 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -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 ###############################################################################