Add Punjabi to unsupported Kerberos locales list (#34440)

Relates #33253 and fixes another test failure similar to #33228.
This commit is contained in:
David Turner 2018-10-16 12:16:02 +01:00 committed by GitHub
parent 145bafea88
commit 67e7464601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ public abstract class KerberosTestCase extends ESTestCase {
unsupportedLocaleLanguages.add("my");
unsupportedLocaleLanguages.add("ps");
unsupportedLocaleLanguages.add("ur");
unsupportedLocaleLanguages.add("pa");
}
@BeforeClass