File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
x-pack/qa/evil-tests/src/test/java/org/elasticsearch/xpack/security/authc/kerberos Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -166,15 +166,6 @@ tests:
166
166
- class : org.elasticsearch.xpack.ml.integration.MlJobIT
167
167
method : testPutJob_GivenFarequoteConfig
168
168
issue : https://github.com/elastic/elasticsearch/issues/112382
169
- - class : org.elasticsearch.xpack.security.authc.kerberos.KerberosTicketValidatorTests
170
- method : testWhenKeyTabWithInvalidContentFailsValidation
171
- issue : https://github.com/elastic/elasticsearch/issues/112631
172
- - class : org.elasticsearch.xpack.security.authc.kerberos.KerberosTicketValidatorTests
173
- method : testValidKebrerosTicket
174
- issue : https://github.com/elastic/elasticsearch/issues/112632
175
- - class : org.elasticsearch.xpack.security.authc.kerberos.KerberosTicketValidatorTests
176
- method : testKerbTicketGeneratedForDifferentServerFailsValidation
177
- issue : https://github.com/elastic/elasticsearch/issues/112639
178
169
- class : org.elasticsearch.packaging.test.PackagesSecurityAutoConfigurationTests
179
170
method : test20SecurityNotAutoConfiguredOnReInstallation
180
171
issue : https://github.com/elastic/elasticsearch/issues/112635
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public abstract class KerberosTestCase extends ESTestCase {
62
62
*
63
63
* Note: several unsupported locales were added in CLDR. #109670 included these below.
64
64
*/
65
- private static Set <String > UNSUPPORTED_LOCALE_LANGUAGES = Set .of (
65
+ private static final Set <String > UNSUPPORTED_LOCALE_LANGUAGES = Set .of (
66
66
"ar" ,
67
67
"ja" ,
68
68
"th" ,
@@ -88,7 +88,9 @@ public abstract class KerberosTestCase extends ESTestCase {
88
88
"sat" ,
89
89
"sa" ,
90
90
"bgc" ,
91
- "raj"
91
+ "raj" ,
92
+ "nqo" ,
93
+ "bho"
92
94
);
93
95
94
96
@ BeforeClass
You can’t perform that action at this time.
0 commit comments