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 @@ -159,15 +159,6 @@ tests:
159
159
- class : org.elasticsearch.xpack.ml.integration.MlJobIT
160
160
method : testPutJob_GivenFarequoteConfig
161
161
issue : https://github.com/elastic/elasticsearch/issues/112382
162
- - class : org.elasticsearch.xpack.security.authc.kerberos.KerberosTicketValidatorTests
163
- method : testWhenKeyTabWithInvalidContentFailsValidation
164
- issue : https://github.com/elastic/elasticsearch/issues/112631
165
- - class : org.elasticsearch.xpack.security.authc.kerberos.KerberosTicketValidatorTests
166
- method : testValidKebrerosTicket
167
- issue : https://github.com/elastic/elasticsearch/issues/112632
168
- - class : org.elasticsearch.xpack.security.authc.kerberos.KerberosTicketValidatorTests
169
- method : testKerbTicketGeneratedForDifferentServerFailsValidation
170
- issue : https://github.com/elastic/elasticsearch/issues/112639
171
162
- class : org.elasticsearch.packaging.test.PackagesSecurityAutoConfigurationTests
172
163
method : test20SecurityNotAutoConfiguredOnReInstallation
173
164
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