From: Viktor Szakats Date: Wed, 5 Jun 2024 10:35:59 +0000 (+0200) Subject: GHA: disable TFTP and WebSockets tests in old-mingw-w64 X-Git-Tag: curl-8_9_0~287 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfbf2b7afaf649ed5c46e4c81152cfa7cc55a7a9;p=thirdparty%2Fcurl.git GHA: disable TFTP and WebSockets tests in old-mingw-w64 Follow-up to 03bd16e5339b069aa9409b75fcab2b21fd3a4b16 #13860 Follow-up to def7d05382743ea7aa1d356d1e41dcb22ecdd4d7 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1bca1bdbc8..8557d6b47b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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