Merge pull request #17381 from cevich/emergency_graphql_fix

Cirrus: Emergency fix to un-stuck PRs
This commit is contained in:
Daniel J Walsh 2023-02-06 12:54:03 -05:00 committed by GitHub
commit 004d611cba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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"