We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb318a commit 2b7f5caCopy full SHA for 2b7f5ca
1 file changed
src/test/java/ch/rasc/xodusqueue/XodusBlockingQueueTest.java
@@ -24,7 +24,6 @@
24
import org.junit.jupiter.api.AfterAll;
25
import org.junit.jupiter.api.Assertions;
26
import org.junit.jupiter.api.BeforeEach;
27
-import org.junit.jupiter.api.Disabled;
28
import org.junit.jupiter.api.Test;
29
30
class XodusBlockingQueueTest {
@@ -252,7 +251,6 @@ void testDrainToCollectionOfQsuperTInt() {
252
251
}
253
254
@Test
255
- @Disabled
256
public void testMultipleThreads() throws Throwable {
257
258
int threadCount = 1_000;
0 commit comments