Disable an additional test that is runtime dependent on one of the temporarily-disabled tests
This commit is contained in:
parent
76086f30b7
commit
1de7a27471
|
|
@ -129,7 +129,7 @@ public class VariantRecalibrationWalkersIntegrationTest extends WalkerTest {
|
||||||
executeTest("testVariantRecalibrator-"+params.inVCF, spec).getFirst();
|
executeTest("testVariantRecalibrator-"+params.inVCF, spec).getFirst();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(dataProvider = "VRTest",dependsOnMethods="testVariantRecalibrator")
|
@Test(dataProvider = "VRTest",dependsOnMethods="testVariantRecalibrator", enabled = false)
|
||||||
public void testApplyRecalibration(VRTest params) {
|
public void testApplyRecalibration(VRTest params) {
|
||||||
WalkerTest.WalkerTestSpec spec = new WalkerTest.WalkerTestSpec(
|
WalkerTest.WalkerTestSpec spec = new WalkerTest.WalkerTestSpec(
|
||||||
"-R " + b37KGReference +
|
"-R " + b37KGReference +
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue