Skip to content

Commit

Permalink
Disable GATKRunReportUnitTest
Browse files Browse the repository at this point in the history
These tests pass individually and as part of complete test suite runs,
but cause an intermittent NoSuchElementException in maven when the
unit tests are run on their own. Disabling these tests until the
cause of this can be identified.
  • Loading branch information
droazen committed Mar 18, 2014
1 parent 72492bb commit cfc45fd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -60,7 +60,7 @@
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";
Expand Down Expand Up @@ -306,5 +306,5 @@ public Integer reduceInit() {
public Integer reduce(Integer value, Integer sum) {
return 0;
}
}
} */
}

0 comments on commit cfc45fd

Please sign in to comment.