mirror of
https://github.com/containers/podman.git
synced 2025-06-25 12:20:42 +08:00
Skip buildah-bud test
Test is completely broken, see buildah issue 4396. Thanks to @edsantiago for the patch. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -249,5 +249,12 @@ skip_if_remote "different error messages between podman & podman-remote" \
|
|||||||
|
|
||||||
# END tests which are skipped due to actual podman or podman-remote bugs.
|
# END tests which are skipped due to actual podman or podman-remote bugs.
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
# BEGIN temporary workarounds that must be reevaluated periodically
|
||||||
|
|
||||||
|
skip "Test is completely broken, see buildah issue 4396" \
|
||||||
|
"bud-multiple-platform-values"
|
||||||
|
|
||||||
|
# END temporary workarounds that must be reevaluated periodically
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
exit $RC
|
exit $RC
|
||||||
|
Reference in New Issue
Block a user