mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 19:43:04 +00:00
[WININET_WINETEST] Skip test_redirect and test_persistent_connection due to hang. CORE-14055 ROSTESTS-294
This commit is contained in:
parent
cc7f704ad4
commit
ec0b69ad40
1 changed files with 11 additions and 0 deletions
|
@ -5871,8 +5871,19 @@ static void test_http_connection(void)
|
||||||
test_http_read(si.port);
|
test_http_read(si.port);
|
||||||
test_connection_break(si.port);
|
test_connection_break(si.port);
|
||||||
test_long_url(si.port);
|
test_long_url(si.port);
|
||||||
|
#ifdef __REACTOS__
|
||||||
|
if (!winetest_interactive)
|
||||||
|
{
|
||||||
|
skip("Skipping test_redirect and test_persistent_connection due to hang. See ROSTESTS-294.\n");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
#endif
|
||||||
test_redirect(si.port);
|
test_redirect(si.port);
|
||||||
test_persistent_connection(si.port);
|
test_persistent_connection(si.port);
|
||||||
|
#ifdef __REACTOS__
|
||||||
|
}
|
||||||
|
#endif
|
||||||
test_remove_dot_segments(si.port);
|
test_remove_dot_segments(si.port);
|
||||||
test_redirect_no_host(si.port);
|
test_redirect_no_host(si.port);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue