From 7cc4a23ee4d8d80b6415cb22e2f32f8c98f8a9b6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 7 Mar 2025 14:28:04 +0100 Subject: [PATCH] GHA/windows: ignore flaky 2310 with MSVC again Follow-up to 1bd5ac998bbc943dbf812b2824ad0f532201734c #16570 --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3a5af0fba8..75ebd3d40a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 -- 2.47.3