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
This commit is contained in:
parent
d625186796
commit
d7f55574e2
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue