mirror of
https://github.com/containers/podman.git
synced 2025-05-20 08:36:23 +08:00
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: https://github.com/containers/podman/issues/25414 Closes: https://github.com/containers/podman/issues/25414 Signed-off-by: flouthoc <flouthoc.git@gmail.com>
This commit is contained in:
@ -269,6 +269,10 @@ skip_if_remote "--cert-dir option not working via remote and retry warnings are
|
||||
skip_if_remote "Weird. This used to work remote, until Ed set TMPDIR in #5804" \
|
||||
"bud-with-mount-cache-like-buildkit with buildah prune should clear the cache"
|
||||
|
||||
# https://github.com/containers/podman/issues/25414
|
||||
skip_if_remote "This test needs unique TMPDIR for the test and podman-remote does not propagates ENV from client-side to server-end" \
|
||||
"bud-with-mount-cache-like-buildkit"
|
||||
|
||||
###############################################################################
|
||||
# BEGIN tests which are skipped due to actual podman or podman-remote bugs.
|
||||
|
||||
|
Reference in New Issue
Block a user