]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: ignore results for test 987
authorViktor Szakats <commit@vsz.me>
Tue, 22 Oct 2024 11:51:32 +0000 (13:51 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 22 Oct 2024 12:17:58 +0000 (14:17 +0200)
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

.github/workflows/windows.yml

index a3bc542374fc9c3b34c3ea9f4bad0a1a1af9540f..cc6a78037f30b6c499ca0fd922629948069e2498 100644 (file)
@@ -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