From a98298487d100ebe2f8971499d6ce73a200d5be7 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 11 Jul 2024 21:39:13 +0200 Subject: [PATCH] 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 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3