Temporarily disable GATKRunReportUnitTest in unstable while maven issues are worked out
This test passes when run individually, as part of the commit tests, or as part of the package tests. However, when running the unit tests in isolation it causes maven/surefire to throw a NoSuchElementException. This is clearly a maven/surefire bug or configuration issue. I will re-enable this test on a branch as Khalid and I try to work through it.
This commit is contained in:
parent
2d8653f493
commit
afa6abe554
|
|
@ -60,7 +60,7 @@ import java.util.List;
|
|||
import java.util.Properties;
|
||||
|
||||
public class GATKRunReportUnitTest extends BaseTest {
|
||||
private final static boolean DEBUG = false;
|
||||
/* private final static boolean DEBUG = false;
|
||||
private static final long S3_PUT_TIMEOUT_IN_MILLISECONDS_FOR_TESTING = 30 * 1000;
|
||||
private static final String AWS_DOWNLOADER_CREDENTIALS_PROPERTIES_FILE = privateTestDir + "phonehome/awsDownloaderCredentials.properties";
|
||||
|
||||
|
|
@ -306,5 +306,5 @@ public class GATKRunReportUnitTest extends BaseTest {
|
|||
public Integer reduce(Integer value, Integer sum) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
} */
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue