diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-12 00:16:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 00:16:07 +0100 |
commit | 827299099e8f107fe3c3df6991149ae8e767acb0 (patch) | |
tree | 8c37acabf36e8fbfdd2e806dbb69b22b9f4ff63e /test | |
parent | 3404ad042def1c02872f66836feae19c814901a4 (diff) | |
parent | 6fa077750a3f92dad13f38a90bc3fbebcba05861 (diff) | |
download | podman-827299099e8f107fe3c3df6991149ae8e767acb0.tar.gz podman-827299099e8f107fe3c3df6991149ae8e767acb0.tar.bz2 podman-827299099e8f107fe3c3df6991149ae8e767acb0.zip |
Merge pull request #12818 from edsantiago/emergency_buildah_skips
buildah bud tests: skip failing tests
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 |