Skip to content

Commit 7ca9670

Browse files
committed
buildah-bud: skip bud-with-mount-cache-like-buildkit
Following test needs unique cache in TMPDIR so cache of this test does not conflicts with other tests however for this specific test there is no convenient way to pass custom TMPDIR. Skipping this test similar to this already exists in tests/bud.bats but covers `--mount=type=cache,sharing=locked` Read more discussion here: containers#25414 Closes: containers#25414 Signed-off-by: flouthoc <[email protected]>
1 parent 49b756e commit 7ca9670

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/buildah-bud/apply-podman-deltas

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ skip_if_remote "--cert-dir option not working via remote and retry warnings are
269269
skip_if_remote "Weird. This used to work remote, until Ed set TMPDIR in #5804" \
270270
"bud-with-mount-cache-like-buildkit with buildah prune should clear the cache"
271271

272+
# https://github.com/containers/podman/issues/25414
273+
skip_if_remote "This test needs unique TMPDIR for the test and podman-remote does not propagates ENV from client-side to server-end" \
274+
"bud-with-mount-cache-like-buildkit"
275+
272276
###############################################################################
273277
# BEGIN tests which are skipped due to actual podman or podman-remote bugs.
274278

0 commit comments

Comments
 (0)