Skip to content

Commit

Permalink
Add Punjabi to unsupported Kerberos locales list (#34440)
Browse files Browse the repository at this point in the history
Relates #33253 and fixes another test failure similar to #33228.
  • Loading branch information
DaveCTurner authored Oct 16, 2018
1 parent 145bafe commit 67e7464
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 67e7464

Please sign in to comment.