]> granicus.if.org Git - libevent/commitdiff
test/regress_http: mark data_length_constraints as retriable
authorAzat Khuzhin <azat@libevent.org>
Sun, 19 Sep 2021 09:56:24 +0000 (12:56 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sun, 19 Sep 2021 09:56:24 +0000 (12:56 +0300)
CI: https://github.com/libevent/libevent/runs/3643914024?check_suite_focus=true

test/regress_http.c

index 24166303261217c7b6eb43167f83dc9323db61d9..99547a4aa73bc588f1d70f47c39ece9c5523dc8a 100644 (file)
@@ -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),