Skip to content

Commit 0a0a824

Browse files
committed
[ignore] remove redundant code
1 parent 73ecd7c commit 0a0a824

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

test/src/org/exist/storage/journal/JournalBinaryTest.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
import org.exist.util.LockException;
3434
import org.exist.xmldb.XmldbURI;
3535
import org.xml.sax.InputSource;
36-
import org.junit.AfterClass;
37-
import org.junit.BeforeClass;
3836

3937
import java.io.IOException;
4038
import java.nio.file.Files;
@@ -58,20 +56,6 @@
5856
*/
5957
public class JournalBinaryTest extends AbstractJournalTest {
6058

61-
@BeforeClass
62-
public static void prepare() {
63-
/*
64-
* NOTE: we `ONLY` disable this so we can write our tests as single-threaded which is much simpler,
65-
* that writing multi-threaded tests.
66-
*/
67-
System.setProperty(DBBroker.PROP_DISABLE_SINGLE_THREAD_OVERLAPPING_TRANSACTION_CHECKS, "true");
68-
}
69-
70-
@AfterClass
71-
public static void cleanup() {
72-
System.clearProperty(DBBroker.PROP_DISABLE_SINGLE_THREAD_OVERLAPPING_TRANSACTION_CHECKS);
73-
}
74-
7559
@Override
7660
protected List<ExpectedLoggable> store_expected(final long storedTxnId, final String storedDbPath, final int offset) {
7761
final int docId = FIRST_USABLE_DOC_ID + offset;

0 commit comments

Comments
 (0)