]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/linux: disable test 776 in valgrind jobs to avoid delay
authorViktor Szakats <commit@vsz.me>
Mon, 10 Nov 2025 20:26:25 +0000 (21:26 +0100)
committerViktor Szakats <commit@vsz.me>
Mon, 10 Nov 2025 22:14:01 +0000 (23:14 +0100)
Saving ~30 seconds in jobs affected.

Closes #19456

.github/workflows/linux.yml

index 4805bf16be0319e7c7ac21e124520cfa00f2d1bf..06f058c929340ffe2ca16ecc87a6579be0f40108 100644 (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