summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-12 20:30:19 +0100
committerGitHub <noreply@github.com>2022-01-12 20:30:19 +0100
commit63134a1ef8e85395fb0aedbe966fb6b4f1d91470 (patch)
tree030588f97a1cbf2fbd76b619540b8284100ea935
parent3f57b6e0180ec82a31e4fc173aa2845394b869c6 (diff)
parent1e875c8518c2b10cab102a40f272ad868334926a (diff)
downloadpodman-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-xtest/buildah-bud/apply-podman-deltas10
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