mirror of https://github.com/apache/lucene.git
SOLR-10734: Marking test with BadApple once again until the new failures can be fixed
This commit is contained in:
parent
64c110c58d
commit
89e337ed3d
|
@ -198,6 +198,7 @@ public class AtomicUpdateProcessorFactoryTest extends SolrTestCaseJ4 {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10734")
|
||||||
public void testMultipleThreads() throws Exception {
|
public void testMultipleThreads() throws Exception {
|
||||||
clearIndex();
|
clearIndex();
|
||||||
String[] strings = new String[5];
|
String[] strings = new String[5];
|
||||||
|
|
Loading…
Reference in New Issue