Skip to content

Commit f5a7130

Browse files
committed
Revert "Temporarily ignore failing CursorTest getting runner stuck #282"
This reverts commit c3e8630.
1 parent 3e6c101 commit f5a7130

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/objectbox-java-test/src/test/java/io/objectbox/CursorTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
package io.objectbox;
1818

19-
import org.junit.Ignore;
2019
import org.junit.Test;
2120

2221
import java.util.concurrent.CountDownLatch;
@@ -228,7 +227,6 @@ public void testClose() {
228227
}
229228
}
230229

231-
@Ignore("Temporarily ignore until objectbox-java#282 is resolved")
232230
@Test
233231
public void testWriteTxBlocksOtherWriteTx() throws InterruptedException {
234232
long time = System.currentTimeMillis();

0 commit comments

Comments
 (0)