From: Viktor Szakats Date: Mon, 10 Nov 2025 20:26:25 +0000 (+0100) Subject: GHA/linux: disable test 776 in valgrind jobs to avoid delay X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdb7ac11b48ad716ee58782f48465548d753f897;p=thirdparty%2Fcurl.git GHA/linux: disable test 776 in valgrind jobs to avoid delay Saving ~30 seconds in jobs affected. Closes #19456 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 4805bf16be..06f058c929 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -741,6 +741,7 @@ jobs: run: | if [ "${TEST_TARGET}" = 'test-ci' ] && [[ "${MATRIX_INSTALL_PACKAGES}" = *'valgrind'* ]]; then TFLAGS+=' -j6' + TFLAGS+=' !776' # skip long-running flaky test if [[ "${MATRIX_INSTALL_PACKAGES}" = *'libgss-dev'* ]]; then TFLAGS+=' ~2077 ~2078' # memory leaks from Curl_auth_decode_spnego_message() -> gss_init_sec_context() fi