Skip to content

Commit 684126e

Browse files
committed
Suppress failing bud tests in remote
Signed-off-by: David Negstad <[email protected]>
1 parent 3d12f1e commit 684126e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/buildah-bud/apply-podman-deltas

+8
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ skip_if_remote "Weird. This used to work remote, until Ed set TMPDIR in #5804" \
273273
skip_if_remote "This test needs unique TMPDIR for the test and podman-remote does not propagates ENV from client-side to server-end" \
274274
"bud-with-mount-cache-like-buildkit"
275275

276+
# 2025-04-01 skip test as it is incompatible with compat API in podman-remote
277+
skip_if_remote "compat API does not support oci-archive tags" \
278+
"build-with-timestamp-applies-to-oci-archive"
279+
276280
###############################################################################
277281
# BEGIN tests which are skipped due to actual podman or podman-remote bugs.
278282

@@ -320,6 +324,10 @@ skip "FIXME: 2024-05-28 new VMs from #338" \
320324
"bud-git-context-subdirectory" \
321325
"bud using gitrepo and branch"
322326

327+
# 2025-04-01 FIXME wrong exit code from git related failures from #25756
328+
skip_if_remote "FIXME: 2025-04-01 git related errors returning wrong exit code" \
329+
"bud with ADD with git repository source"
330+
323331
# END temporary workarounds that must be reevaluated periodically
324332
###############################################################################
325333

0 commit comments

Comments
 (0)