From: Viktor Szakats Date: Mon, 27 May 2024 17:55:20 +0000 (+0200) Subject: GHA: ignore flaky MQTT and FTP test results [ci skip] X-Git-Tag: curl-8_9_0~374 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=837378309860839496d2c7429d5befa7faac538c;p=thirdparty%2Fcurl.git GHA: ignore flaky MQTT and FTP test results [ci skip] MQTT / OmniOS: ``` TESTFAIL: These test cases failed: 1190 1198 3017 ``` Ref: https://github.com/curl/curl/actions/runs/9258522297/job/25468730731?pr=13694#step:3:10251 MQTT / OmniOS: ``` TESTFAIL: These test cases failed: 1194 2200 2203 2205 ``` Ref: https://github.com/curl/curl/actions/runs/9150523540/job/25155409832#step:3:10233 FTP / OmniOS: ``` TESTFAIL: These test cases failed: 1096 ``` Ref: https://github.com/curl/curl/actions/runs/9150702711/job/25155793948#step:3:10247 FTP / OmniOS: ``` TESTFAIL: These test cases failed: 381 ``` Ref: https://github.com/curl/curl/actions/runs/9163863822/job/25193897640#step:3:10230 FTP / OmniOS: ``` TESTFAIL: These test cases failed: 340 ``` Ref: https://github.com/curl/curl/actions/runs/9233804752/job/25406671742?pr=13771#step:3:10245 Ref: https://github.com/curl/curl/pull/13583#issuecomment-2119376898 --- diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index bdb5111487..69e70fb28d 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -195,5 +195,5 @@ jobs: gmake -j3 install src/curl --disable --version gmake -j3 examples - export TFLAGS='-j12' + export TFLAGS='-j12 ~MQTT ~FTP' gmake check V=1