diff --git a/test/regress_http.c b/test/regress_http.c index 972178d2..dcd98b4c 100644 --- a/test/regress_http.c +++ b/test/regress_http.c @@ -2115,5 +2115,7 @@ http_suite(void) http_stream_in_test(); http_stream_in_cancel_test(); +#ifndef WIN32 http_connection_retry(); +#endif }