]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: ignore FTP test results for old-mingw-w64 [ci skip]
authorViktor Szakats <commit@vsz.me>
Thu, 11 Jul 2024 19:39:13 +0000 (21:39 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 11 Jul 2024 19:40:33 +0000 (21:40 +0200)
Missed from previous commit. They are flaky here as well.

Follow-up to 0b81eccd22fb915aa6b679c0fd23a8a89332dc9e

.github/workflows/windows.yml

index 1994e6ec55bc745404509df1b21507893794e94c..4778161a5b8e3bf58130cb0f39949aeefae300bd 100644 (file)
@@ -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