Skip to content

Commit 19e87c2

Browse files
gwbrownn1v0lg
andauthored
Yet more unsupported locales for Kerb tests (#112555) (#116525)
Adds more locales, in addition to #109670 (see the original PR for context). Closes: #112533 Closes: #112534 (cherry picked from commit a2df7e7) Co-authored-by: Nikolaj Volgushev <[email protected]>
1 parent c6e171e commit 19e87c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/qa/evil-tests/src/test/java/org/elasticsearch/xpack/security/authc/kerberos/KerberosTestCase.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ public abstract class KerberosTestCase extends ESTestCase {
8686
"sd",
8787
"mni",
8888
"sat",
89-
"sa"
89+
"sa",
90+
"bgc"
9091
);
9192

9293
@BeforeClass

0 commit comments

Comments
 (0)