diff --git a/src/test/java/net/openhft/chronicle/queue/impl/single/SingleChronicleQueueTest.java b/src/test/java/net/openhft/chronicle/queue/impl/single/SingleChronicleQueueTest.java index fa56ec4a8f..911c8f4f59 100755 --- a/src/test/java/net/openhft/chronicle/queue/impl/single/SingleChronicleQueueTest.java +++ b/src/test/java/net/openhft/chronicle/queue/impl/single/SingleChronicleQueueTest.java @@ -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; @@ -376,7 +375,7 @@ public void testReadAtIndex() throws Exception { } } - @Ignore("long running test") + // @Ignore("long running test") @Test public void testReadAtIndex4MB() throws Exception {