Skip to content

Commit 97323a6

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 97323a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/buildah-bud/apply-podman-deltas

+5
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,11 @@ 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 "FIXME #25138: mount cache not working one remote" \
276+
"bud --layers with --mount type bind should burst cache if content is changed" \
277+
"bud --layers with --mount type bind should burst and multiple mounts cache if content is changed"
278+
274279
# END tests which are skipped due to actual podman or podman-remote bugs.
275280
###############################################################################
276281
# BEGIN temporary workarounds that must be reevaluated periodically

0 commit comments

Comments
 (0)