https://git.reactos.org/?p=reactos.git;a=commitdiff;h=a22031dba643c9706fc476...
commit a22031dba643c9706fc4760c8cbf4a480c4ed848 Author: Thomas Faber thomas.faber@reactos.org AuthorDate: Sat Dec 2 14:17:42 2017 +0100
[WINHTTP_WINETEST] Skip test_persistent_connection due to hang. CORE-14056 ROSTESTS-295 --- modules/rostests/winetests/winhttp/notification.c | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/modules/rostests/winetests/winhttp/notification.c b/modules/rostests/winetests/winhttp/notification.c index 702c6a1bcc..79f6b8c935 100644 --- a/modules/rostests/winetests/winhttp/notification.c +++ b/modules/rostests/winetests/winhttp/notification.c @@ -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 */