Make http/connection_retry off-by-default

This commit is contained in:
Nick Mathewson 2013-05-01 10:04:08 -04:00
parent f2925d78b6
commit 5bc290e247
2 changed files with 3 additions and 1 deletions

View File

@ -3701,7 +3701,8 @@ struct testcase_t http_testcases[] = {
HTTP(stream_in_cancel),
HTTP(connection_fail),
HTTP(connection_retry),
{ "connection_retry", http_connection_retry_test, TT_ISOLATED|TT_OFF_BY_DEFAULT, &basic_setup, NULL },
HTTP(data_length_constraints),
HTTP(ipv6_for_domain),

View File

@ -404,6 +404,7 @@ const char *finetimetests[] = {
"+util/monotonic_res_precise",
"+util/monotonic_res_fallback",
"+thread/deferred_cb_skew",
"+http/connection_retry",
NULL
};
struct testlist_alias_t testaliases[] = {