Skip to content

Commit

Permalink
remove accidentally included test
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Jan 22, 2019
1 parent 6dbc1c5 commit 89ab300
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -642,16 +642,6 @@ public void testGetAllAnnotations() {
}
}

@Test
public void testConfigureAnnotationPackages(){
String[] args = {"--"+StandardArgumentDefinitions.ENABLE_ALL_ANNOTATIONS,
"--"+StandardArgumentDefinitions.GATK_CONFIG_FILE_OPTION, publicTestDir + "org/broadinstitute/hellbender/cmdline/GATKPlugin/changePluginPackages.properties"};

final TestGATKToolWithVariants tool = createTestVariantTool(args);
Collection<Annotation> annots = tool.makeVariantAnnotations();
Assert.assertEquals(annots.iterator().next().getClass(), TestAnnotation.class);
}

@Test
public void testExcludeAnnotation(){
String[] args = {"--"+StandardArgumentDefinitions.ENABLE_ALL_ANNOTATIONS, "-AX", "Coverage"};
Expand Down

0 comments on commit 89ab300

Please sign in to comment.