mirror of https://github.com/apache/lucene.git
LUCENE-8222: Await-fix TestICUTokenizerCJK.
This commit is contained in:
parent
a49543b48a
commit
6568f3bb59
|
@ -21,10 +21,12 @@ import java.util.Random;
|
|||
|
||||
import org.apache.lucene.analysis.Analyzer;
|
||||
import org.apache.lucene.analysis.BaseTokenStreamTestCase;
|
||||
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
|
||||
|
||||
/**
|
||||
* test ICUTokenizer with dictionary-based CJ segmentation
|
||||
*/
|
||||
@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/LUCENE-8222")
|
||||
public class TestICUTokenizerCJK extends BaseTokenStreamTestCase {
|
||||
Analyzer a;
|
||||
|
||||
|
|
Loading…
Reference in New Issue