Enable cycle covariate unit tests

This commit is contained in:
Eric Banks 2012-11-20 22:29:56 -05:00
parent 7dadbae068
commit ff87642a91
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class CycleCovariateUnitTest {
covariate.initialize(RAC);
}
@Test(enabled = false)
@Test(enabled = true)
public void testSimpleCycles() {
short readLength = 10;
GATKSAMRecord read = ReadUtils.createRandomRead(readLength);