diff options
author | Ed Santiago <santiago@redhat.com> | 2022-01-11 14:16:24 -0700 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-01-11 14:20:29 -0700 |
commit | 6fa077750a3f92dad13f38a90bc3fbebcba05861 (patch) | |
tree | 8c37acabf36e8fbfdd2e806dbb69b22b9f4ff63e /test | |
parent | 3404ad042def1c02872f66836feae19c814901a4 (diff) | |
download | podman-6fa077750a3f92dad13f38a90bc3fbebcba05861.tar.gz podman-6fa077750a3f92dad13f38a90bc3fbebcba05861.tar.bz2 podman-6fa077750a3f92dad13f38a90bc3fbebcba05861.zip |
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 <santiago@redhat.com>
Diffstat (limited to 'test')
-rwxr-xr-x | test/buildah-bud/apply-podman-deltas | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ -191,6 +191,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. exit $RC |