From afa6abe554270b30e82f0a8f0e7c489a3dd63f29 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Tue, 18 Mar 2014 01:28:28 -0400 Subject: [PATCH] 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. --- .../sting/gatk/phonehome/GATKRunReportUnitTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/gatk-framework/src/test/java/org/broadinstitute/sting/gatk/phonehome/GATKRunReportUnitTest.java b/public/gatk-framework/src/test/java/org/broadinstitute/sting/gatk/phonehome/GATKRunReportUnitTest.java index e62020215..fdccf5bd9 100644 --- a/public/gatk-framework/src/test/java/org/broadinstitute/sting/gatk/phonehome/GATKRunReportUnitTest.java +++ b/public/gatk-framework/src/test/java/org/broadinstitute/sting/gatk/phonehome/GATKRunReportUnitTest.java @@ -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; } - } + } */ }