From 684126e426943f1b84b8a93252e603c73ccf49e0 Mon Sep 17 00:00:00 2001 From: David Negstad Date: Tue, 1 Apr 2025 14:54:16 -0700 Subject: [PATCH] Suppress failing bud tests in remote Signed-off-by: David Negstad --- test/buildah-bud/apply-podman-deltas | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index f6e73a3231..da4517e2d6 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -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 ###############################################################################