Skip to content

Commit 56b81f6

Browse files
author
w.vela
committed
[code healthy] junit 5.x, code cleanup.
1 parent d8d95c1 commit 56b81f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/github/phantomthief/test/ConflictReadWriteTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
import java.util.concurrent.ExecutorService;
1515
import java.util.concurrent.atomic.AtomicInteger;
1616

17+
import org.junit.jupiter.api.Disabled;
1718
import org.junit.jupiter.api.Test;
1819

1920
import com.github.phantomthief.collection.BufferTrigger;
@@ -27,6 +28,7 @@ class ConflictReadWriteTest {
2728

2829
private final Map<Object, AtomicInteger> counter = new IdentityHashMap<>();
2930

31+
@Disabled
3032
@Test
3133
void test() {
3234
Random random = new Random();

0 commit comments

Comments
 (0)