diff options
author | Ed Santiago <santiago@redhat.com> | 2022-01-11 14:16:24 -0700 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-01-12 10:33:07 -0700 |
commit | 1e875c8518c2b10cab102a40f272ad868334926a (patch) | |
tree | 53097a88c58e47e774932ea2d7b5033c24798b8f /test | |
parent | 17788ed058fdcb15549bdc2b9fa831f9bfa26ca2 (diff) | |
download | podman-1e875c8518c2b10cab102a40f272ad868334926a.tar.gz podman-1e875c8518c2b10cab102a40f272ad868334926a.tar.bz2 podman-1e875c8518c2b10cab102a40f272ad868334926a.zip |
buildah bud tests: skip failing tests
[backport of #12818]
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 |