]> granicus.if.org Git - libevent/commitdiff
skip connection-retry test on windows
authorNiels Provos <provos@gmail.com>
Wed, 25 Jun 2008 00:58:08 +0000 (00:58 +0000)
committerNiels Provos <provos@gmail.com>
Wed, 25 Jun 2008 00:58:08 +0000 (00:58 +0000)
svn:r869

test/regress_http.c

index 972178d265d62746df6cc7e925b4960f15a60baf..dcd98b4caeee9d6dce48e672ef0deefaec77ac09 100644 (file)
@@ -2115,5 +2115,7 @@ http_suite(void)
        http_stream_in_test();
        http_stream_in_cancel_test();
 
+#ifndef WIN32
        http_connection_retry();
+#endif
 }