From 837378309860839496d2c7429d5befa7faac538c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 27 May 2024 19:55:20 +0200 Subject: [PATCH] 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 --- .github/workflows/non-native.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3