summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAzat Khuzhin <azat@libevent.org>2021-09-19 12:56:24 +0300
committerAzat Khuzhin <azat@libevent.org>2021-09-19 12:56:24 +0300
commit29492364a2b063d6ae83f8bc3a6f7016bb5ddc19 (patch)
tree9e38c1cad1ed14c96b4a6e18ea6c21754a01891e /test
parent12e6d6ebaf511572266a14ca4358d3873d2cafc8 (diff)
downloadlibevent-29492364a2b063d6ae83f8bc3a6f7016bb5ddc19.tar.gz
test/regress_http: mark data_length_constraints as retriable
CI: https://github.com/libevent/libevent/runs/3643914024?check_suite_focus=true
Diffstat (limited to 'test')
-rw-r--r--test/regress_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/regress_http.c b/test/regress_http.c
index 24166303..99547a4a 100644
--- a/test/regress_http.c
+++ b/test/regress_http.c
@@ -5859,7 +5859,7 @@ struct testcase_t http_testcases[] = {
{ "connection_retry_conn_address", http_connection_retry_conn_address_test,
TT_ISOLATED|TT_OFF_BY_DEFAULT, &basic_setup, NULL },
- HTTP_OPT(data_length_constraints, SKIP_UNDER_WINDOWS),
+ HTTP_OPT(data_length_constraints, SKIP_UNDER_WINDOWS|TT_RETRIABLE),
HTTP(read_on_write_error),
HTTP(non_lingering_close),
HTTP(lingering_close),