]> git.ipfire.org Git - thirdparty/curl.git/commit
CI: ignore the "flaky" and "timing-dependent" test results
authorDan Fandrich <dan@coneharvesters.com>
Fri, 15 Sep 2023 20:42:04 +0000 (13:42 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Sat, 16 Sep 2023 15:33:59 +0000 (08:33 -0700)
commit589dca761c08499bbb74377dbc0258ae0d00aa16
tree0cbe2256903da030aca277a2e95e64f18ac7a8b0
parent989e1f35e881da8458d84674f57026507337d222
CI: ignore the "flaky" and "timing-dependent" test results

CI builds will now run these tests, but will ignore the results if they
fail. The relevant tests are ones that are sensitive to timing or
have edge conditions that make them more likely to fail on CI servers,
which are often heavily overloaded and slow.

This change only adds two additional tests to be ignored, since the
others already had the flaky keyword.

Closes #11865
tests/Makefile.am