mirror of
https://github.com/curl/curl.git
synced 2026-07-22 07:17:23 +03:00
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
This commit is contained in:
parent
c29a20d465
commit
8373783098
1 changed files with 1 additions and 1 deletions
2
.github/workflows/non-native.yml
vendored
2
.github/workflows/non-native.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue