mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 20:22:05 +00:00
[URLMON_WINETEST] Skip test_http_protocol() and test_https_protocol() because of timeouts. ROSTESTS-165
svn path=/trunk/; revision=67348
This commit is contained in:
parent
ffb82658c9
commit
3c53bca528
1 changed files with 13 additions and 2 deletions
|
@ -3772,11 +3772,22 @@ START_TEST(protocol)
|
||||||
thread_id = GetCurrentThreadId();
|
thread_id = GetCurrentThreadId();
|
||||||
|
|
||||||
test_file_protocol();
|
test_file_protocol();
|
||||||
test_http_protocol();
|
|
||||||
|
if (!winetest_interactive)
|
||||||
|
skip("ROSTESTS-165: Skipping test_http_protocol() because of timeouts.\n");
|
||||||
|
else
|
||||||
|
test_http_protocol();
|
||||||
|
|
||||||
if(pCreateUri)
|
if(pCreateUri)
|
||||||
test_https_protocol();
|
{
|
||||||
|
if (!winetest_interactive)
|
||||||
|
skip("ROSTESTS-165: Skipping test_https_protocol() because of timeouts.\n");
|
||||||
|
else
|
||||||
|
test_https_protocol();
|
||||||
|
}
|
||||||
else
|
else
|
||||||
win_skip("Skipping https tests on too old platform\n");
|
win_skip("Skipping https tests on too old platform\n");
|
||||||
|
|
||||||
test_ftp_protocol();
|
test_ftp_protocol();
|
||||||
test_gopher_protocol();
|
test_gopher_protocol();
|
||||||
test_mk_protocol();
|
test_mk_protocol();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue