From d7f55574e2d77465da598bc6fbd81ae68b310094 Mon Sep 17 00:00:00 2001 From: kshakir Date: Thu, 9 Sep 2010 15:09:48 +0000 Subject: [PATCH] Re-enabling aligner integration test now that we're back to having more than 1 or 2GB memory. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@4241 348d0f76-0448-11de-a6fe-93d51630548a --- .../sting/alignment/AlignerIntegrationTest.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/java/test/org/broadinstitute/sting/alignment/AlignerIntegrationTest.java b/java/test/org/broadinstitute/sting/alignment/AlignerIntegrationTest.java index 3e0c3774e..3e6f9bf67 100644 --- a/java/test/org/broadinstitute/sting/alignment/AlignerIntegrationTest.java +++ b/java/test/org/broadinstitute/sting/alignment/AlignerIntegrationTest.java @@ -4,8 +4,6 @@ import org.junit.Test; import org.broadinstitute.sting.WalkerTest; import java.util.Arrays; -import java.util.List; -import java.io.File; /** * Integration tests for the aligner. @@ -24,7 +22,6 @@ public class AlignerIntegrationTest extends WalkerTest { " -ob %s", 1, // just one output file Arrays.asList(md5)); - //executeTest("testBasicAlignment", spec); - System.err.println("Test disabled until we get more memory on the build machine."); + executeTest("testBasicAlignment", spec); } }