mirror of https://github.com/apache/lucene.git
mark test awaitsfix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1676485 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f8843b5b0b
commit
4b305e9fc9
|
@ -172,6 +172,7 @@ public class TestICUNormalizer2CharFilter extends BaseTokenStreamTestCase {
|
|||
doTestMode(Normalizer2.getInstance(null, "nfkc_cf", Normalizer2.Mode.COMPOSE), 256, RANDOM_MULTIPLIER*500, 16);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-5595")
|
||||
public void testRandomStrings() throws IOException {
|
||||
// nfkc_cf
|
||||
Analyzer a = new Analyzer() {
|
||||
|
|
Loading…
Reference in New Issue