SOLR-12386: Apply AwaitsFix to ConcurrentCreateRoutedAliasTest

This commit is contained in:
David Smiley 2018-05-22 17:08:09 -04:00
parent f9091473e0
commit af59c46363
1 changed files with 1 additions and 0 deletions

View File

@ -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());