]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: ignore FTP test result in Windows jobs
authorViktor Szakats <commit@vsz.me>
Sun, 7 Jul 2024 15:25:42 +0000 (17:25 +0200)
committerViktor Szakats <commit@vsz.me>
Sun, 7 Jul 2024 20:40:43 +0000 (22:40 +0200)
They are flaky.

E.g.:
- old-mingw-w64 7.3.0: 2001, 2039, 2083
- msvc: 1501, 593 (multiple)

Ref: https://github.com/curl/curl/pull/13599#issuecomment-2119372376
Cherry-picked from #14116

.github/workflows/windows.yml

index 530f727001ec56aea657cc5edb4fcb7903c34f65..54193928bec3cf5f57df4ea60050bd7f63aad7f0 100644 (file)
@@ -236,7 +236,7 @@ jobs:
         run: |
           export TFLAGS='-j14 ${{ matrix.tflags }}'
           if [ '${{ matrix.sys }}' != 'msys' ]; then
-            TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP'
+            TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP ~FTP'
           fi
           if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
             TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
@@ -305,7 +305,7 @@ jobs:
         run: |
           export TFLAGS='-j14 ${{ matrix.tflags }}'
           if [ '${{ matrix.sys }}' != 'msys' ]; then
-            TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP'
+            TFLAGS+=' !TFTP !MQTT !WebSockets !SMTP ~FTP'
           fi
           if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
             TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
@@ -541,7 +541,7 @@ jobs:
         timeout-minutes: 30
         shell: bash
         run: |
-          export TFLAGS='-j14 !TFTP !MQTT !WebSockets !SMTP ${{ matrix.tflags }}'
+          export TFLAGS='-j14 !TFTP !MQTT !WebSockets !SMTP ~FTP ${{ matrix.tflags }}'
           if [[ '${{ matrix.config }}' = *'-DUSE_WIN32_IDN=ON'* ]]; then
             TFLAGS+=' ~165 ~1448 ~2046 ~2047'
           fi