From ac0c7e2c7db4328362b54cab8753ebe05d2769e8 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Wed, 25 Jun 2008 00:58:08 +0000 Subject: [PATCH] skip connection-retry test on windows svn:r869 --- test/regress_http.c | 2 ++ 1 file changed, 2 insertions(+) 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 }