]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: ignore flaky 2310 with MSVC again
authorViktor Szakats <commit@vsz.me>
Fri, 7 Mar 2025 13:28:04 +0000 (14:28 +0100)
committerViktor Szakats <commit@vsz.me>
Fri, 7 Mar 2025 13:28:27 +0000 (14:28 +0100)
Follow-up to 1bd5ac998bbc943dbf812b2824ad0f532201734c #16570

.github/workflows/windows.yml

index 3a5af0fba8f1a13ac9bd0e1e063b8a410dfaf4fb..75ebd3d40aa75c2da7fb1484fa5592113439296f 100644 (file)
@@ -906,6 +906,7 @@ jobs:
         run: |
           export CURL_DIRSUFFIX='${{ matrix.type }}'
           export TFLAGS='-j8 ${{ matrix.tflags }} ~2302 ~2303 ~2307'
+          TFLAGS+=' ~2310'  # flaky
           PATH="$PWD/bld/lib/${{ matrix.type }}:$PATH:/c/Program Files (x86)/stunnel/bin:/c/Program Files/OpenSSH-Win64"
           PATH="/c/msys64/usr/bin:$PATH"
           cmake --build bld --config '${{ matrix.type }}' --target test-ci