Skip to content

Commit

Permalink
Disable SortSamSparkIntegrationTest.testSortBAMsSharded() (#6635)
Browse files Browse the repository at this point in the history
* Disabling SortSamSparkIntegrationTest.testSortBAMsSharded()
* This test is failing in master because of a disq bug.
* This should be re-enabled when #5881 is fixed.
  • Loading branch information
lbergelson committed Jun 3, 2020
1 parent 74c0e48 commit 9feecc4
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -89,7 +89,8 @@ public void testSortBAMs(
}
}

@Test(dataProvider="sortbams", groups="spark")
// This test is disabled until https://github.com/broadinstitute/gatk/issues/5881 is fixed
@Test(enabled = false, dataProvider="sortbams", groups="spark")
public void testSortBAMsSharded(
final String inputFileName,
final String unused,
Expand Down

0 comments on commit 9feecc4

Please sign in to comment.