X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Furlmon%2Fprotocol.c;h=efe216c42895be6d32ba64de8fe1ebaf1fbb1d65;hp=d466b1a8e5ad03680cbb98b9b69163fcea41ef20;hb=4c58fa556cc06d2299f7e3bf421634713023608a;hpb=a6840dcdddb74fe4a9c404fa8b8ba303d5e6c870 diff --git a/rostests/winetests/urlmon/protocol.c b/rostests/winetests/urlmon/protocol.c index d466b1a8e5a..efe216c4289 100644 --- a/rostests/winetests/urlmon/protocol.c +++ b/rostests/winetests/urlmon/protocol.c @@ -3788,7 +3788,11 @@ START_TEST(protocol) else win_skip("Skipping https tests on too old platform\n"); - test_ftp_protocol(); + if (!winetest_interactive) + skip("ROSTESTS-165: Skipping test_ftp_protocol() because of timeouts.\n"); + else + test_ftp_protocol(); + test_gopher_protocol(); test_mk_protocol(); test_CreateBinding();