Disable an additional test that is runtime dependent on one of the temporarily-disabled tests

This commit is contained in:
David Roazen 2014-02-04 16:07:58 -05:00
parent 76086f30b7
commit 1de7a27471
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ public class VariantRecalibrationWalkersIntegrationTest extends WalkerTest {
executeTest("testVariantRecalibrator-"+params.inVCF, spec).getFirst();
}
@Test(dataProvider = "VRTest",dependsOnMethods="testVariantRecalibrator")
@Test(dataProvider = "VRTest",dependsOnMethods="testVariantRecalibrator", enabled = false)
public void testApplyRecalibration(VRTest params) {
WalkerTest.WalkerTestSpec spec = new WalkerTest.WalkerTestSpec(
"-R " + b37KGReference +