Skip to content

Commit 1e03059

Browse files
committed
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`: actions/runner-images@fcc4cdb actions/runner-images#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: curl#15335 (comment) Closes curl#15356
1 parent 0978afd commit 1e03059

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ jobs:
800800
timeout-minutes: 10
801801
run: |
802802
export TFLAGS='-j8 ~WebSockets ~SCP ~612 ${{ matrix.tflags }}'
803+
TFLAGS+=' ~987' # 'SMTPS with redundant explicit SSL request'
803804
if [[ '${{ matrix.install }}' = *'libssh2[core,zlib]'* ]]; then
804805
TFLAGS+=' ~SFTP'
805806
elif [[ '${{ matrix.install }}' = *'libssh '* ]]; then

0 commit comments

Comments
 (0)