mirror of
https://github.com/containers/podman.git
synced 2025-05-17 23:26:08 +08:00
Skip failing pull-arch test
ubi8 broke our tests. Fix is #16308 (don't use images that we don't control), but it's too hard to backport to this old branch. Just skip the failing test. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -206,6 +206,11 @@ skip_if_remote "Do envariables work with -remote? Please look into this." \
|
||||
"build proxy"
|
||||
|
||||
###############################################################################
|
||||
# BEGIN emergency skip, because #16308 is too hard to backport
|
||||
|
||||
skip "Actual fix (#16308) is too hard to backport, and not worth the effort" \
|
||||
"bud --pull=false --arch test"
|
||||
|
||||
# Done.
|
||||
|
||||
exit $RC
|
||||
|
Reference in New Issue
Block a user