[URLMON_WINETEST] Skip test_ftp_protocol() because of timeouts. ROSTESTS-165
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 22 Apr 2015 20:48:13 +0000 (20:48 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 22 Apr 2015 20:48:13 +0000 (20:48 +0000)
svn path=/trunk/; revision=67354

rostests/winetests/urlmon/protocol.c

index d466b1a..efe216c 100644 (file)
@@ -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();