File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/test/java/ch/rasc/xodusqueue Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99
1010 <groupId >ch.rasc</groupId >
1111 <artifactId >xodus-queue</artifactId >
12- <version >2.0.1 -SNAPSHOT</version >
12+ <version >2.0.0 -SNAPSHOT</version >
1313
1414 <inceptionYear >2018</inceptionYear >
1515
Original file line number Diff line number Diff line change 2424import org .junit .jupiter .api .AfterAll ;
2525import org .junit .jupiter .api .Assertions ;
2626import org .junit .jupiter .api .BeforeEach ;
27+ import org .junit .jupiter .api .Disabled ;
2728import org .junit .jupiter .api .Test ;
2829
2930class XodusBlockingQueueTest {
@@ -251,6 +252,7 @@ void testDrainToCollectionOfQsuperTInt() {
251252 }
252253
253254 @ Test
255+ @ Disabled
254256 public void testMultipleThreads () throws Throwable {
255257
256258 int threadCount = 1_000 ;
You can’t perform that action at this time.
0 commit comments