mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 13:58:58 -04:00
test: add TT_RETRIABLE for http/cancel_by_host_no_ns
Could fail from time to time in travis-ci: https://travis-ci.org/libevent/libevent/jobs/458554097#L1702 Follow-up-for: fe5b0719 ("Mark a lot of flacky tests with TT_RETRIABLE (for linux/win32 only)") (cherry picked from commit 1d2ef90032bc842bc2e295ee4adce3408b6d85da)
This commit is contained in:
parent
d156c6085a
commit
f9b592aa27
@ -4705,7 +4705,7 @@ struct testcase_t http_testcases[] = {
|
||||
HTTP_N(cancel, cancel, BASIC),
|
||||
HTTP_RET_N(cancel_by_host, cancel, BY_HOST),
|
||||
HTTP_RET_N(cancel_by_host_inactive_server, cancel, BY_HOST | INACTIVE_SERVER),
|
||||
HTTP_N(cancel_by_host_no_ns, cancel, BY_HOST | NO_NS),
|
||||
HTTP_RET_N(cancel_by_host_no_ns, cancel, BY_HOST | NO_NS),
|
||||
HTTP_N(cancel_inactive_server, cancel, INACTIVE_SERVER),
|
||||
HTTP_N(cancel_by_host_no_ns_inactive_server, cancel, BY_HOST | NO_NS | INACTIVE_SERVER),
|
||||
HTTP_OFF_N(cancel_by_host_server_timeout, cancel, BY_HOST | INACTIVE_SERVER | SERVER_TIMEOUT),
|
||||
|
Loading…
x
Reference in New Issue
Block a user