Skip to content

Commit

Permalink
buildah bud tests: skip failing tests
Browse files Browse the repository at this point in the history
[backport of containers#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] containers/buildah#3701

Signed-off-by: Ed Santiago <[email protected]>
  • Loading branch information
edsantiago committed Jan 12, 2022
1 parent 75e9870 commit 7c9cc3f
Showing 1 changed file with 10 additions and 0 deletions.
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

0 comments on commit 7c9cc3f

Please sign in to comment.