Skip to content

Commit

Permalink
Disable CNNVariantPipelineTest.testTrainingReadModel until failures a…
Browse files Browse the repository at this point in the history
…re resolved. (#6331)
  • Loading branch information
cmnbroad authored and ahaessly committed Jan 22, 2020
1 parent 94dd92a commit f3ba57b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ public void testTrainingReferenceModel() {
new Main().instanceMain(args.getArgsArray());
}

@Test(groups = {"python"}, dependsOnMethods = {"testGenerateReadTensors"})
// Disabled until https://github.com/broadinstitute/gatk/issues/6307 is resolved
@Test(enabled=false, groups = {"python"}, dependsOnMethods = {"testGenerateReadTensors"})
public void testTrainingReadModel() {
final ArgumentsBuilder args = new ArgumentsBuilder();
args.add("CNNVariantTrain")
Expand Down

0 comments on commit f3ba57b

Please sign in to comment.