From 4ba72d43cf9034c937b21bb3193e473fa4acdd07 Mon Sep 17 00:00:00 2001 From: David Roazen Date: Tue, 18 Mar 2014 09:53:41 -0400 Subject: [PATCH] Re-enable GATKRunReportUnitTest This test is not, as I had initially thought, the cause of the maven errors. Our master branch is failing intermittently regardless of whether this test is enabled or disabled. This reverts commit 45fc9ff515eec8d676b64a04fb34fb357492ff84. --- .../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 fdccf5bd9..e62020215 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; } - } */ + } }