Commit 5d4c3edc authored by Olivier Sallou's avatar Olivier Sallou
Browse files

remove unsupported *tags* and disable ftp tests as require network connection

parent f0bb4b0e
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
--- a/build.gradle
+++ b/build.gradle
@@ -102,15 +102,6 @@
 } dependsOn findScalaAndJavaTypes
 
 
-task testFTP(type: Test) {
-    description = "Runs the tests that require connection to a remote ftp server"
-    tags {
-        exclude "ftp"
-        exclude "slow"
-        exclude "broken"
-    }
-
-}
 
 task testSRA(type: Test) {
     description = "Run the SRA tests"
+1 −0
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@
60-enable-tests
70-removesometests-testng.patch
80-2to3.patch
90-disable-testftp.patch