Skip to content

Commit

Permalink
Add mzn and dz to unsupported locales (#32957)
Browse files Browse the repository at this point in the history
Add mzn and dz to the list of unsupported locales
for Kerberos tests.
  • Loading branch information
jkakavas committed Aug 20, 2018
1 parent 0e757e8 commit 107036c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ public abstract class KerberosTestCase extends ESTestCase {
unsupportedLocaleLanguages.add("ks");
unsupportedLocaleLanguages.add("ckb");
unsupportedLocaleLanguages.add("ne");
unsupportedLocaleLanguages.add("dz");
unsupportedLocaleLanguages.add("mzn");
}

@BeforeClass
Expand Down

0 comments on commit 107036c

Please sign in to comment.