skip connection-retry test on windows

svn:r869
This commit is contained in:
Niels Provos 2008-06-25 00:58:08 +00:00
parent 0bee2ff383
commit ac0c7e2c7d

View File

@ -2115,5 +2115,7 @@ http_suite(void)
http_stream_in_test();
http_stream_in_cancel_test();
#ifndef WIN32
http_connection_retry();
#endif
}