mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[WINHTTP_WINETEST] Skip test_persistent_connection due to hang. CORE-14056 ROSTESTS-295
This commit is contained in:
@@ -1035,6 +1035,13 @@ START_TEST (notification)
|
|||||||
if (ret != WAIT_OBJECT_0)
|
if (ret != WAIT_OBJECT_0)
|
||||||
return;
|
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 );
|
test_persistent_connection( si.port );
|
||||||
|
|
||||||
/* send the basic request again to shutdown the server thread */
|
/* send the basic request again to shutdown the server thread */
|
||||||
|
|||||||
Reference in New Issue
Block a user