From 7ef0290a1d01c45be4733e56549fdf9f15602933 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 16 Apr 2024 17:21:04 -0600 Subject: [PATCH] Emergency fix (well, skip) for failing bud tests nixery registry has been down all day. Disable test. Someone will need to fix this on the buildah end. Signed-off-by: Ed Santiago --- test/buildah-bud/apply-podman-deltas | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index 513af7622a..2eecb9ebf1 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -291,6 +291,10 @@ skip_if_rootless_remote "FIXME: not sure if 17788 or some other bug" \ skip "FIXME: 2023-06-13 buildah PR 4746 broke this test" \ "bud with encrypted FROM image" +# 2024-04-16 test needs to be fixed in buildah repo, to use another registry +skip "FIXME: 2024-04-16 nixery is down" \ + "bud-implicit-no-history" + # END temporary workarounds that must be reevaluated periodically ###############################################################################