Pierre Gruet pushed to branch master at Debian Med / picard-tools
Commits: d4aa9b23 by Pierre Gruet at 2024-12-28T15:47:45+01:00 Disabling one test requiring the network - - - - - 9710f8d4 by Pierre Gruet at 2024-12-28T15:48:07+01:00 Upload to unstable - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/tests_requiring_network.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +picard-tools (3.3.0+dfsg-2) unstable; urgency=medium + + * Disabling one test needing the network + + -- Pierre Gruet <[email protected]> Sat, 28 Dec 2024 15:47:49 +0100 + picard-tools (3.3.0+dfsg-1) unstable; urgency=medium * New upstream version 3.3.0+dfsg ===================================== debian/patches/series ===================================== @@ -10,3 +10,4 @@ com_sun_javadoc_removal_in_openjdk17.patch gradle_openjdk17_incompatibility.patch omit_BamToBfq.patch test_accuracy.patch +tests_requiring_network.patch ===================================== debian/patches/tests_requiring_network.patch ===================================== @@ -0,0 +1,16 @@ +Description: disabling tests requiring the network +Author: Pierre Gruet <[email protected]> +Forwarded: not-needed +Last-Update: 2024-12-28 + +--- a/src/test/java/picard/nio/HttpNioIntegrationTest.java ++++ b/src/test/java/picard/nio/HttpNioIntegrationTest.java +@@ -8,7 +8,7 @@ + import java.nio.file.Files; + + public class HttpNioIntegrationTest { +- @Test ++ @Test(enabled=false) + public void testCanReadFromHttpsPath() throws IOException { + final String theWholeReadme = Files.readString(IOUtil.getPath("https://raw.githubusercontent.com/broadinstitute/picard/master/README.md")); + Assert.assertTrue(theWholeReadme.contains("Picard")); View it on GitLab: https://salsa.debian.org/med-team/picard-tools/-/compare/e589e5ba0a6efc817aa6e9d3351ea8ff95ddda9b...9710f8d449eb175adbd8582065ab6c2036c4e393 -- View it on GitLab: https://salsa.debian.org/med-team/picard-tools/-/compare/e589e5ba0a6efc817aa6e9d3351ea8ff95ddda9b...9710f8d449eb175adbd8582065ab6c2036c4e393 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
