We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d95c1 commit 56b81f6Copy full SHA for 56b81f6
src/test/java/com/github/phantomthief/test/ConflictReadWriteTest.java
@@ -14,6 +14,7 @@
14
import java.util.concurrent.ExecutorService;
15
import java.util.concurrent.atomic.AtomicInteger;
16
17
+import org.junit.jupiter.api.Disabled;
18
import org.junit.jupiter.api.Test;
19
20
import com.github.phantomthief.collection.BufferTrigger;
@@ -27,6 +28,7 @@ class ConflictReadWriteTest {
27
28
29
private final Map<Object, AtomicInteger> counter = new IdentityHashMap<>();
30
31
+ @Disabled
32
@Test
33
void test() {
34
Random random = new Random();
0 commit comments