Skip to content

Commit

Permalink
added the long running test back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Austin committed Jan 27, 2016
1 parent 44e13bb commit 1d136ff
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -21,7 +21,6 @@
import net.openhft.chronicle.wire.WireType;
import org.jetbrains.annotations.NotNull;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
Expand Down Expand Up @@ -376,7 +375,7 @@ public void testReadAtIndex() throws Exception {
}
}

@Ignore("long running test")
// @Ignore("long running test")
@Test
public void testReadAtIndex4MB() throws Exception {

Expand Down

0 comments on commit 1d136ff

Please sign in to comment.