From c3fe2dd25cf1e9c1c458a6a57a5be00c5c0cf575 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 31 Jul 2024 21:53:15 +0200 Subject: [PATCH] GHA/windows: drop FTP tests Try reducing hangs. Closes #14330 --- .github/workflows/windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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