mirror of
https://gitlab.com/fedora/bootc/base-images.git
synced 2026-08-31 21:40:44 +00:00
Merge pull request #274 from shi2wei3/quayio_flakes
tmt: comment out the code in tmt plan which access to quay.io
This commit is contained in:
commit
334fbf7178
1 changed files with 4 additions and 1 deletions
|
|
@ -26,5 +26,8 @@ execute:
|
|||
|
||||
# Then, perform some check
|
||||
for IMAGE in $IMAGES; do
|
||||
podman run $IMAGE cat /etc/os-release
|
||||
echo $IMAGE
|
||||
# Comment out this line due to the quay.io flakes
|
||||
# https://github.com/containers/podman/issues/16973
|
||||
# podman run $IMAGE cat /etc/os-release
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue