mirror of https://github.com/apache/lucene.git
SOLR-12386: Apply AwaitsFix to ConcurrentCreateRoutedAliasTest
This commit is contained in:
parent
f9091473e0
commit
af59c46363
|
@ -34,6 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@LuceneTestCase.Slow
|
||||
@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12386") // "Can't find resource"
|
||||
public class ConcurrentCreateRoutedAliasTest extends SolrTestCaseJ4 {
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
|
||||
|
|
Loading…
Reference in New Issue