From 6fa077750a3f92dad13f38a90bc3fbebcba05861 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Tue, 11 Jan 2022 14:16:24 -0700 Subject: buildah bud tests: skip failing tests Emergency workaround for github's deprecation of git:// https://github.blog/2021-09-01-improving-git-protocol-security-github/ Two buildah tests rely on 'git://' URLs. These now fail. They have been fixed in the buildah repo[1] but it will take time to vendor that in. ITM, we need to get CI passing. Skip those two failing tests. [1] https://github.com/containers/buildah/pull/3701 Signed-off-by: Ed Santiago --- test/buildah-bud/apply-podman-deltas | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test') diff --git a/test/buildah-bud/apply-podman-deltas b/test/buildah-bud/apply-podman-deltas index 44a33b0b8..e42c8aa52 100755 --- a/test/buildah-bud/apply-podman-deltas +++ b/test/buildah-bud/apply-podman-deltas @@ -190,6 +190,16 @@ skip_if_remote "--stdin option will not be implemented in podman-remote" \ ############################################################################### # BEGIN tests which are skipped due to actual podman-remote bugs. +############################################################################### +# BEGIN emergency handling of github git-protocol shutdown +# +# Please remove this as soon as we vendor buildah with #3701 + +skip "emergency workaround until buildah #3701 gets vendored in" \ + "bud-git-context" \ + "bud using gitrepo and branch" + +# END emergency handling of github git-protocol shutdown ############################################################################### # Done. -- cgit v1.2.3-54-g00ecf