LUCENE-9759: Hunspell: add more to TestHunspellRepositoryTestCases.EXPECTED_FAILURES (#2341)

This commit is contained in:
Peter Gromov 2021-02-11 09:14:29 +01:00 committed by GitHub
parent a919f2df59
commit 76b55509dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -41,7 +41,10 @@ public class TestHunspellRepositoryTestCases {
Set.of(
"hu", // Hungarian is hard: a lot of its rules are hardcoded in Hunspell code, not aff/dic
"morph", // we don't do morphological analysis yet
"opentaal_keepcase", // Hunspell bug: https://github.com/hunspell/hunspell/issues/712
"forbiddenword", // needs https://github.com/hunspell/hunspell/pull/713 PR to be merged
"nepali", // not supported yet
"utf8_nonbmp", // code points not supported yet
"phone" // not supported yet, used only for suggestions in en_ZA
);
private final String testName;