[WINHTTP_WINETEST] Restore test_persistent_connection execution

This reverts commit a22031d
ROSTESTS-295
This commit is contained in:
Victor Perevertkin 2019-12-20 02:52:30 +03:00 committed by Victor Perevertkin
parent 4bf76a659e
commit 68490c1613

View file

@ -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 );