[TEST] Add "ne" as an unsupported SimpleKdc locale (#32700)

SimpleKdcServer cannot handle some locales, so we explicitly avoid
using them in tests.
Adding "ne" (Nepali) to that list.
This commit is contained in:
Tim Vernum 2018-08-10 13:36:36 +10:00 committed by GitHub
parent 0161bbc77f
commit 93d4f84b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -71,6 +71,7 @@ public abstract class KerberosTestCase extends ESTestCase {
unsupportedLocaleLanguages.add("fa");
unsupportedLocaleLanguages.add("ks");
unsupportedLocaleLanguages.add("ckb");
unsupportedLocaleLanguages.add("ne");
}
@BeforeClass