diff --git a/plans/main.fmf b/plans/main.fmf index 39d406f..6b92d5f 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -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