GHA/windows: ignore flaky 2310 with MSVC again

Follow-up to 1bd5ac998bbc943dbf812b2824ad0f532201734c #16570
This commit is contained in:
Viktor Szakats 2025-03-07 14:28:04 +01:00
parent bc55b435af
commit 7cc4a23ee4
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View 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