Loading debian/patches/90-disable-testftp.patch 0 → 100644 +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" debian/patches/series +1 −0 Original line number Diff line number Diff line Loading @@ -7,3 +7,4 @@ 60-enable-tests 70-removesometests-testng.patch 80-2to3.patch 90-disable-testftp.patch Loading
debian/patches/90-disable-testftp.patch 0 → 100644 +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"
debian/patches/series +1 −0 Original line number Diff line number Diff line Loading @@ -7,3 +7,4 @@ 60-enable-tests 70-removesometests-testng.patch 80-2to3.patch 90-disable-testftp.patch