mirror of
https://github.com/curl/curl.git
synced 2026-07-23 16:37:18 +03:00
GHA/windows: unignore 2310, disable SCP/FTP for vcpkg libssh2[core]
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
This commit is contained in:
parent
6b143d9cc1
commit
4911e7af11
1 changed files with 1 additions and 2 deletions
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue