Skip to content

Commit 7c683a6

Browse files
committed
(FORK COMMIT) Disable failing portion of test: now all chunks are excluded and error message changes
Refs https://github.com/genepi/imputationserver/issues/137
1 parent 809b951 commit 7c683a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/genepi/imputationserver/steps/FastQualityControlTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@ public void testQcStatisticsDontAllowAlleleSwitches() throws IOException {
558558

559559
assertTrue(context.hasInMemory("Excluded sites in total: 121,176"));
560560
assertTrue(context.hasInMemory("Allele switch: 118,209"));
561-
assertTrue(context.hasInMemory("<b>Error:</b> More than 33 allele switches have been detected. Imputation cannot be started!"));
561+
// FIXME: Revise tests to trigger this. With excludedsnps filter, this never triggers because all chunks are excluded.
562+
//assertTrue(context.hasInMemory("<b>Error:</b> More than 33 allele switches have been detected. Imputation cannot be started!"));
562563
}
563564

564565
public void testQcStatisticsFilterOverlap() throws IOException {

0 commit comments

Comments
 (0)