]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: unignore 2310, disable SCP/FTP for vcpkg `libssh2[core]`
authorViktor Szakats <commit@vsz.me>
Sat, 15 Mar 2025 11:03:56 +0000 (12:03 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 15 Mar 2025 23:09:22 +0000 (00:09 +0100)
Skipping these tests saves time and reduces test logs from 11500 lines
to 3800.

Tests are permanently broken due to `curl: (67) Authentication failure`.
This libssh2 is built with WinCNG. Builds using libcrypto from OpenSSL
work fine.

Closes #16735

.github/workflows/windows.yml

index f38d505e8b9d3a9d16a9fcd2deeb1b7ef6016e74..86a353913298f14894f81fb0068ca2f6dfc914e7 100644 (file)
@@ -932,9 +932,8 @@ jobs:
         run: |
           export CURL_DIRSUFFIX='${{ matrix.type }}'
           export TFLAGS='-j8 ${{ matrix.tflags }}'
-          TFLAGS+=' ~2310'  # flaky 'WebSockets unknown reserved bit set in frame header', WebSockets
           if [[ '${{ matrix.install }}' = *'libssh2[core,zlib]'* ]]; then
-            TFLAGS+=' ~SCP ~SFTP'  # Fail with all tested openssh servers: curl: (67) Authentication failure
+            TFLAGS+=' !SCP !SFTP'  # Fail with all tested openssh servers: curl: (67) Authentication failure
           fi
           TFLAGS+=' ~612'  # 'SFTP post-quote remove file' SFTP, post-quote
           if [ '${{ matrix.openssh }}' = '' ]; then  # MSYS2 openssh