Skip to content

Commit 2b7f5ca

Browse files
committed
enable test
1 parent deb318a commit 2b7f5ca

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/java/ch/rasc/xodusqueue/XodusBlockingQueueTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import org.junit.jupiter.api.AfterAll;
2525
import org.junit.jupiter.api.Assertions;
2626
import org.junit.jupiter.api.BeforeEach;
27-
import org.junit.jupiter.api.Disabled;
2827
import org.junit.jupiter.api.Test;
2928

3029
class XodusBlockingQueueTest {
@@ -252,7 +251,6 @@ void testDrainToCollectionOfQsuperTInt() {
252251
}
253252

254253
@Test
255-
@Disabled
256254
public void testMultipleThreads() throws Throwable {
257255

258256
int threadCount = 1_000;

0 commit comments

Comments
 (0)