diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-01-12 20:30:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 20:30:19 +0100 |
commit | 63134a1ef8e85395fb0aedbe966fb6b4f1d91470 (patch) | |
tree | 030588f97a1cbf2fbd76b619540b8284100ea935 | |
parent | 3f57b6e0180ec82a31e4fc173aa2845394b869c6 (diff) | |
parent | 1e875c8518c2b10cab102a40f272ad868334926a (diff) | |
download | podman-63134a1ef8e85395fb0aedbe966fb6b4f1d91470.tar.gz podman-63134a1ef8e85395fb0aedbe966fb6b4f1d91470.tar.bz2 podman-63134a1ef8e85395fb0aedbe966fb6b4f1d91470.zip |
Merge pull request #12831 from edsantiago/emergency_buildah_skips
[v3.4] buildah bud tests: skip failing tests
-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 |