diff --git a/muted-tests.yml b/muted-tests.yml index c26e49ac1a404..c7e63127a27c6 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -578,6 +578,21 @@ tests: - class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT method: test {p0=msearch/20_typed_keys/Multisearch test with typed_keys parameter for sampler and significant terms} issue: https://github.com/elastic/elasticsearch/issues/130472 +- class: org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests + method: testMessageForKeyStoreOutsideConfigDir + issue: https://github.com/elastic/elasticsearch/issues/127192 +- class: org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests + method: testMessageForPemKeyOutsideConfigDir + issue: https://github.com/elastic/elasticsearch/issues/127192 +- class: org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests + method: testMessageForPemCertificateOutsideConfigDir + issue: https://github.com/elastic/elasticsearch/issues/127192 +- class: org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests + method: testMessageForTrustStoreOutsideConfigDir + issue: https://github.com/elastic/elasticsearch/issues/127192 +- class: org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests + method: testMessageForCertificateAuthoritiesOutsideConfigDir + issue: https://github.com/elastic/elasticsearch/issues/127192 - class: org.elasticsearch.index.codec.vectors.cluster.HierarchicalKMeansTests method: testHKmeans issue: https://github.com/elastic/elasticsearch/issues/130497 @@ -606,6 +621,7 @@ tests: method: test {yaml=indices.resolve_index/10_basic_resolve_index/Resolve index with hidden and closed indices} issue: https://github.com/elastic/elasticsearch/issues/130568 + # Examples: # # Mute a single test case in a YAML test suite: