Skip to content

Commit

Permalink
Add Punjabi to unsupported Kerberos locales list
Browse files Browse the repository at this point in the history
Relates elastic#33253 and fixes another test failure similar to elastic#33228.
  • Loading branch information
DaveCTurner committed Oct 15, 2018
1 parent 72d818c commit 0143ef1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public abstract class KerberosTestCase extends ESTestCase {
unsupportedLocaleLanguages.add("my");
unsupportedLocaleLanguages.add("ps");
unsupportedLocaleLanguages.add("ur");
unsupportedLocaleLanguages.add("pa");
}

@BeforeClass
Expand Down

0 comments on commit 0143ef1

Please sign in to comment.