Skip to content

Commit

Permalink
Skip unsupported languages for tests (#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 committed Feb 5, 2019
1 parent 292e0f6 commit b5b319e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,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 b5b319e

Please sign in to comment.