Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,6 @@ tests:
- class: org.elasticsearch.xpack.ml.integration.MlJobIT
method: testPutJob_GivenFarequoteConfig
issue: https://github.com/elastic/elasticsearch/issues/112382
- class: org.elasticsearch.xpack.security.authc.kerberos.KerberosTicketValidatorTests
method: testWhenKeyTabWithInvalidContentFailsValidation
issue: https://github.com/elastic/elasticsearch/issues/112631
- class: org.elasticsearch.xpack.security.authc.kerberos.KerberosTicketValidatorTests
method: testValidKebrerosTicket
issue: https://github.com/elastic/elasticsearch/issues/112632
- class: org.elasticsearch.xpack.security.authc.kerberos.KerberosTicketValidatorTests
method: testKerbTicketGeneratedForDifferentServerFailsValidation
issue: https://github.com/elastic/elasticsearch/issues/112639
- class: org.elasticsearch.packaging.test.PackagesSecurityAutoConfigurationTests
method: test20SecurityNotAutoConfiguredOnReInstallation
issue: https://github.com/elastic/elasticsearch/issues/112635
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public abstract class KerberosTestCase extends ESTestCase {
*
* Note: several unsupported locales were added in CLDR. #109670 included these below.
*/
private static Set<String> UNSUPPORTED_LOCALE_LANGUAGES = Set.of(
private static final Set<String> UNSUPPORTED_LOCALE_LANGUAGES = Set.of(
"ar",
"ja",
"th",
Expand All @@ -88,7 +88,9 @@ public abstract class KerberosTestCase extends ESTestCase {
"sat",
"sa",
"bgc",
"raj"
"raj",
"nqo",
"bho"
);

@BeforeClass
Expand Down