Skip to content

Commit

Permalink
Skip unsupported languages for tests (elastic#38328)
Browse files Browse the repository at this point in the history
Skip the languages in tests for which SimpleKdcServer
does not handle generalized time correctly.

Closes#38320
  • Loading branch information
bizybot authored and Yogesh Gaikwad committed Feb 5, 2019
1 parent cd1687a commit 1ccc375
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ public abstract class KerberosTestCase extends ESTestCase {
unsupportedLocaleLanguages.add("ps");
unsupportedLocaleLanguages.add("ur");
unsupportedLocaleLanguages.add("pa");
unsupportedLocaleLanguages.add("ig");
unsupportedLocaleLanguages.add("sd");
}

@BeforeClass
Expand Down

0 comments on commit 1ccc375

Please sign in to comment.