Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v3.4.2-rhel] buildah bud tests: skip failing tests #12832

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions test/buildah-bud/apply-podman-deltas
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,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.

Expand Down