[med-svn] [Git][med-team/htsjdk][master] 2 commits: Excluding one more test needing the network
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Thu Dec 14 12:21:33 GMT 2023
Pierre Gruet pushed to branch master at Debian Med / htsjdk
Commits:
a074f2c6 by Pierre Gruet at 2023-12-14T13:05:15+01:00
Excluding one more test needing the network
- - - - -
673d6642 by Pierre Gruet at 2023-12-14T13:05:24+01:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/patches/13-skip_network_tests
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+htsjdk (4.0.2+dfsg-2) unstable; urgency=medium
+
+ * Excluding one more test needing the network
+
+ -- Pierre Gruet <pgt at debian.org> Thu, 14 Dec 2023 13:05:18 +0100
+
htsjdk (4.0.2+dfsg-1) unstable; urgency=medium
* New upstream version 4.0.2+dfsg
=====================================
debian/patches/13-skip_network_tests
=====================================
@@ -1526,3 +1526,14 @@ Forwarded: not-needed
public void testRejectQueryMate() {
SAMRecord samRec = null;
try (final ReadsDecoder htsgetDecoder =
+--- a/src/test/java/htsjdk/samtools/sra/SRAQueryTest.java
++++ b/src/test/java/htsjdk/samtools/sra/SRAQueryTest.java
+@@ -17,7 +17,7 @@
+ };
+ }
+
+- @Test(dataProvider = "testUnmappedCounts")
++ @Test(enabled = false, dataProvider = "testUnmappedCounts")
+ public void testUnmappedCounts(String acc, int expectedNumUnmapped) {
+ SamReader reader = SamReaderFactory.make().validationStringency(ValidationStringency.SILENT).open(
+ SamInputResource.of(new SRAAccession(acc))
View it on GitLab: https://salsa.debian.org/med-team/htsjdk/-/compare/23fb7f554be415c197b50701b6ed589aa483c672...673d6642d01090c8a9c070dd2d390abb8986c6e1
--
View it on GitLab: https://salsa.debian.org/med-team/htsjdk/-/compare/23fb7f554be415c197b50701b6ed589aa483c672...673d6642d01090c8a9c070dd2d390abb8986c6e1
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231214/16b01b9d/attachment-0001.htm>
More information about the debian-med-commit
mailing list