From: Viktor Szakats Date: Thu, 11 Jul 2024 19:39:13 +0000 (+0200) Subject: GHA/windows: ignore FTP test results for old-mingw-w64 [ci skip] X-Git-Tag: curl-8_9_0~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a98298487d100ebe2f8971499d6ce73a200d5be7;p=thirdparty%2Fcurl.git GHA/windows: ignore FTP test results for old-mingw-w64 [ci skip] Missed from previous commit. They are flaky here as well. Follow-up to 0b81eccd22fb915aa6b679c0fd23a8a89332dc9e --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1994e6ec55..4778161a5b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -508,7 +508,7 @@ jobs: shell: C:\msys64\usr\bin\bash.exe {0} run: | PATH="$(cygpath "${USERPROFILE}")/my-cache/${{ matrix.dir }}/bin:/c/msys64/usr/bin:$PATH" - export TFLAGS='-j14 !TFTP !MQTT !WebSockets ${{ 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