]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA: disable TFTP and WebSockets tests in old-mingw-w64
authorViktor Szakats <commit@vsz.me>
Wed, 5 Jun 2024 10:35:59 +0000 (12:35 +0200)
committerViktor Szakats <commit@vsz.me>
Wed, 5 Jun 2024 10:36:31 +0000 (12:36 +0200)
Follow-up to 03bd16e5339b069aa9409b75fcab2b21fd3a4b16 #13860
Follow-up to def7d05382743ea7aa1d356d1e41dcb22ecdd4d7

.github/workflows/windows.yml

index 1bca1bdbc8bfe18ca2d3f3e8ffcae72d51afe356..8557d6b47bde084ec2c5f54595cb3e189b52093e 100644 (file)
@@ -404,7 +404,7 @@ jobs:
         shell: C:\msys64\usr\bin\bash.exe {0}
         run: |
           export PATH="$(cygpath "${USERPROFILE}")/my-cache/${{ matrix.dir }}/bin:/c/msys64/usr/bin:$PATH"
-          export TFLAGS='-j14 !TFTP ${{ matrix.tflags }}'
+          export TFLAGS='-j14 !TFTP !MQTT !WebSockets ${{ matrix.tflags }}'
           if [ -x "$(cygpath "${SYSTEMROOT}/System32/curl.exe")" ]; then
             TFLAGS+=" -ac $(cygpath "${SYSTEMROOT}/System32/curl.exe")"
           fi