mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
These are ones likely to fail on heavily-loaded machines that alter the normal test timing. Most of these tests already had the flaky keyword since this condition makes them more likely to fail on CI.
26 lines
260 B
Plaintext
26 lines
260 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
cfilter
|
|
timing-dependent
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
unittest
|
|
debug
|
|
http
|
|
</features>
|
|
<name>
|
|
connection filter connect/destroy unit tests
|
|
</name>
|
|
</client>
|
|
</testcase>
|