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
|
|
@ -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…
Reference in New Issue