Skip to content

Commit 20bb4ae

Browse files
committed
test/buildah-bud: skip two new problematic tests on remote
They are new and failing on remote, needs to be looked at (containers#25138) For now skip them so we can have a proper buildah vendored for rc2. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
1 parent 141bd61 commit 20bb4ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/buildah-bud/apply-podman-deltas

+4
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,10 @@ skip_if_remote "different error messages between podman & podman-remote" \
271271
"bud with .dockerignore #2" \
272272
"bud with .dockerignore #4"
273273

274+
# 2025-01-27: https://github.com/containers/podman/issues/25138
275+
skip_if_remote "bud --layers with --mount type bind should burst cache if content is changed" \
276+
"bud --layers with --mount type bind should burst and multiple mounts cache if content is changed"
277+
274278
# END tests which are skipped due to actual podman or podman-remote bugs.
275279
###############################################################################
276280
# BEGIN temporary workarounds that must be reevaluated periodically

0 commit comments

Comments
 (0)