mirror of
https://github.com/containers/podman.git
synced 2025-05-17 15:18:43 +08:00
test/buildah-bud: skip two new problematic tests on remote
They are new and failing on remote, needs to be looked at (#25138) For now skip them so we can have a proper buildah vendored for rc2. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -271,6 +271,11 @@ skip_if_remote "different error messages between podman & podman-remote" \
|
||||
"bud with .dockerignore #2" \
|
||||
"bud with .dockerignore #4"
|
||||
|
||||
# 2025-01-27: https://github.com/containers/podman/issues/25138
|
||||
skip_if_remote "FIXME #25138: mount cache not working one remote" \
|
||||
"bud --layers with --mount type bind should burst cache if content is changed" \
|
||||
"bud --layers with --mount type bind should burst and multiple mounts cache if content is changed"
|
||||
|
||||
# END tests which are skipped due to actual podman or podman-remote bugs.
|
||||
###############################################################################
|
||||
# BEGIN temporary workarounds that must be reevaluated periodically
|
||||
|
Reference in New Issue
Block a user