Pierre Gruet pushed to branch master at Debian Med / igv
Commits: 783a6de9 by Pierre Gruet at 2022-08-31T12:10:52+02:00 Skipping one more test requiring the network - - - - - 234c574a by Pierre Gruet at 2022-08-31T12:35:33+02:00 Upload to unstable - - - - - 2 changed files: - debian/changelog - debian/patches/skip_tests_network.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +igv (2.14.0+dfsg-2) unstable; urgency=medium + + * Excluding one more test requiring the network, thanks to Gianfranco + Costamagna (Closes: #1018751) + + -- Pierre Gruet <[email protected]> Wed, 31 Aug 2022 12:35:12 +0200 + igv (2.14.0+dfsg-1) unstable; urgency=medium * New upstream version 2.14.0+dfsg ===================================== debian/patches/skip_tests_network.patch ===================================== @@ -134,7 +134,7 @@ Last-Update: 2021-12-21 import org.junit.Test; import java.io.IOException; -@@ -63,6 +64,7 @@ +@@ -63,16 +64,19 @@ assertEquals(expected, new String(bases, StandardCharsets.US_ASCII)); } @@ -142,7 +142,11 @@ Last-Update: 2021-12-21 @Test public void testGetReferenceBasesByRegion() throws Exception { assertReferenceReqionRequestsWork(IGVReferenceSourceTest.FASTA_URL); -@@ -73,6 +75,7 @@ + } + ++ @Ignore("No network access") + @Test + public void testGetReferenceBasesByRegionCompressed() throws Exception { assertReferenceReqionRequestsWork(COMPRESSED_FASTA_URL); } View it on GitLab: https://salsa.debian.org/med-team/igv/-/compare/eb4822fb2fc1efe2ec950e5c6b4047e435620d50...234c574a08531cc89b8415711df7e99b1eb50fd6 -- View it on GitLab: https://salsa.debian.org/med-team/igv/-/compare/eb4822fb2fc1efe2ec950e5c6b4047e435620d50...234c574a08531cc89b8415711df7e99b1eb50fd6 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
