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