Cirrus: Emergency fix to un-stuck PRs

All PRs are broken because this test fails, presumably due to a GraphQL
API change.  Disable the test temporarily until a permanent solution
can be found.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2023-02-06 10:52:33 -05:00
parent a62c9b235c
commit 6b3073f53e

View File

@ -46,7 +46,8 @@ if [[ "${DISTRO_NV}" =~ fedora ]]; then
showrun ${SCRIPT_BASE}/lib.sh.t
export PREBUILD=1
showrun bash ${CIRRUS_WORKING_DIR}/.github/actions/check_cirrus_cron/test.sh
# TODO: Disabled due to test failure breaking all PRs
# showrun bash ${CIRRUS_WORKING_DIR}/.github/actions/check_cirrus_cron/test.sh
fi
msg "Checking 3rd party network service connectivity"