mirror of https://github.com/apache/lucene.git
SOLR-10734: Awaitsfix
This commit is contained in:
parent
9601ea9d4b
commit
8b32d6beb5
|
@ -199,6 +199,7 @@ public class AtomicUpdateProcessorFactoryTest extends SolrTestCaseJ4 {
|
|||
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10734")
|
||||
public void testMultipleThreads() throws Exception {
|
||||
clearIndex();
|
||||
String[] strings = new String[5];
|
||||
|
|
Loading…
Reference in New Issue