[WINHTTP_WINETEST] Skip test_persistent_connection due to hang. CORE-14056 ROSTESTS-295
authorThomas Faber <thomas.faber@reactos.org>
Sat, 2 Dec 2017 13:17:42 +0000 (14:17 +0100)
committerThomas Faber <thomas.faber@reactos.org>
Sat, 2 Dec 2017 13:18:26 +0000 (14:18 +0100)
modules/rostests/winetests/winhttp/notification.c

index 702c6a1..79f6b8c 100644 (file)
@@ -1035,6 +1035,13 @@ START_TEST (notification)
     if (ret != WAIT_OBJECT_0)
         return;
 
+#ifdef __REACTOS__
+if (!winetest_interactive)
+{
+    skip("Skipping test_persistent_connection due to hang. See ROSTESTS-295.\n");
+}
+else
+#endif
     test_persistent_connection( si.port );
 
     /* send the basic request again to shutdown the server thread */