LUCENE-8222: Await-fix TestICUTokenizerCJK.

This commit is contained in:
Adrien Grand 2018-04-09 09:53:22 +02:00
parent a49543b48a
commit 6568f3bb59
1 changed files with 2 additions and 0 deletions

View File

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