GHA/linux: disable test 776 in valgrind jobs to avoid delay

Saving ~30 seconds in jobs affected.

Closes #19456
This commit is contained in:
Viktor Szakats 2025-11-10 21:26:25 +01:00
parent af5a1647af
commit cdb7ac11b4
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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