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`:
fcc4cdb1d0
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
This commit is contained in:
parent
0978afd7aa
commit
1e0305973c
1
.github/workflows/windows.yml
vendored
1
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user