mirror of
https://github.com/containers/podman.git
synced 2025-07-04 10:10:32 +08:00
Suppress failing bud tests in remote
Signed-off-by: David Negstad <David.Negstad@microsoft.com>
This commit is contained in:
@ -273,6 +273,10 @@ skip_if_remote "Weird. This used to work remote, until Ed set TMPDIR in #5804" \
|
||||
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"
|
||||
|
||||
# 2025-04-01 skip test as it is incompatible with compat API in podman-remote
|
||||
skip_if_remote "compat API does not support oci-archive tags" \
|
||||
"build-with-timestamp-applies-to-oci-archive"
|
||||
|
||||
###############################################################################
|
||||
# BEGIN tests which are skipped due to actual podman or podman-remote bugs.
|
||||
|
||||
@ -320,6 +324,10 @@ skip "FIXME: 2024-05-28 new VMs from #338" \
|
||||
"bud-git-context-subdirectory" \
|
||||
"bud using gitrepo and branch"
|
||||
|
||||
# 2025-04-01 FIXME wrong exit code from git related failures from #25756
|
||||
skip_if_remote "FIXME: 2025-04-01 git related errors returning wrong exit code" \
|
||||
"bud with ADD with git repository source"
|
||||
|
||||
# END temporary workarounds that must be reevaluated periodically
|
||||
###############################################################################
|
||||
|
||||
|
Reference in New Issue
Block a user