From: Viktor Szakats Date: Tue, 22 Oct 2024 11:51:32 +0000 (+0200) Subject: GHA/windows: ignore results for test 987 X-Git-Tag: curl-8_11_0~104 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e0305973c22b1d84036fe0c4eee34aea5cd40cc;p=thirdparty%2Fcurl.git GHA/windows: ignore results for test 987 987 is `SMTPS with redundant explicit SSL request`. Root cause undiscovered. Started failing after GHA bumping the windows image to `20241015.1.0`: https://github.com/actions/runner-images/commit/fcc4cdb1d095af1317859c4809364538953b3497 https://github.com/actions/runner-images/pull/10803 vcpkg packages also got bumped as a result. They seem unrelated: c-ares 1.33.1 -> 1.34.1 nghttp2 1.62.1 -> 1.63.0 nghttp3 1.5.0 -> 1.6.0 (there may be more) Ref: https://github.com/curl/curl/pull/15335#issuecomment-2423759953 Closes #15356 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a3bc542374..cc6a78037f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -800,6 +800,7 @@ jobs: timeout-minutes: 10 run: | export TFLAGS='-j8 ~WebSockets ~SCP ~612 ${{ matrix.tflags }}' + TFLAGS+=' ~987' # 'SMTPS with redundant explicit SSL request' if [[ '${{ matrix.install }}' = *'libssh2[core,zlib]'* ]]; then TFLAGS+=' ~SFTP' elif [[ '${{ matrix.install }}' = *'libssh '* ]]; then