From: Viktor Szakats Date: Wed, 31 Jul 2024 19:53:15 +0000 (+0200) Subject: GHA/windows: drop FTP tests X-Git-Tag: curl-8_10_0~449 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c3fe2dd25cf1e9c1c458a6a57a5be00c5c0cf575;p=thirdparty%2Fcurl.git GHA/windows: drop FTP tests Try reducing hangs. Closes #14330 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fb9376d42b..efac6f85a7 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -278,7 +278,7 @@ jobs: run: | export TFLAGS='-j14 ${{ matrix.tflags }}' if [ '${{ matrix.sys }}' != 'msys' ]; then - TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP ~FTP' + TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP !FTP' fi if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")" @@ -357,7 +357,7 @@ jobs: run: | export TFLAGS='-j14 ${{ matrix.tflags }}' if [ '${{ matrix.sys }}' != 'msys' ]; then - TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP ~FTP' + TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP !FTP' fi if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")" @@ -472,7 +472,7 @@ jobs: timeout-minutes: 10 run: | PATH="$(cygpath "${USERPROFILE}")/my-cache/${{ matrix.dir }}/bin:/c/msys64/usr/bin:$PATH" - export TFLAGS='-j14 !TFTP !MQTT !WebSockets ~FTP ${{ matrix.tflags }}' + export TFLAGS='-j14 !TFTP !MQTT !WebSockets !FTP ${{ matrix.tflags }}' if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")" fi @@ -620,7 +620,7 @@ jobs: if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }} timeout-minutes: 12 run: | - export TFLAGS='-j14 !TFTP !MQTT !WebSockets !SMTP ~FTP ${{ matrix.tflags }}' + export TFLAGS='-j14 !TFTP !MQTT !WebSockets !SMTP !FTP ${{ matrix.tflags }}' if [[ '${{ matrix.config }}' = *'-DUSE_WIN32_IDN=ON'* ]]; then TFLAGS+=' ~165' if [[ '${{ matrix.config }}' != *'-DENABLE_UNICODE=ON'* ]]; then