diff --git a/modules/rostests/winetests/winhttp/notification.c b/modules/rostests/winetests/winhttp/notification.c index 75bfc648808..e2bbb714fe9 100644 --- a/modules/rostests/winetests/winhttp/notification.c +++ b/modules/rostests/winetests/winhttp/notification.c @@ -1037,18 +1037,7 @@ START_TEST (notification) return; } -#ifdef __REACTOS__ -if (!winetest_interactive) -{ - skip("Skipping test_persistent_connection due to hang. See ROSTESTS-295.\n"); -} -else -{ test_persistent_connection( si.port ); -} -#else - test_persistent_connection( si.port ); -#endif /* send the basic request again to shutdown the server thread */ test_basic_request( si.port, NULL, quitW );