@@ -501,6 +501,24 @@ tests:
501501- class : org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
502502 method : test {p0=msearch/20_typed_keys/Multisearch test with typed_keys parameter for sampler and significant terms}
503503 issue : https://github.com/elastic/elasticsearch/issues/130472
504+ - class : org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
505+ method : testMessageForKeyStoreOutsideConfigDir
506+ issue : https://github.com/elastic/elasticsearch/issues/127192
507+ - class : org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
508+ method : testMessageForPemKeyOutsideConfigDir
509+ issue : https://github.com/elastic/elasticsearch/issues/127192
510+ - class : org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
511+ method : testMessageForPemCertificateOutsideConfigDir
512+ issue : https://github.com/elastic/elasticsearch/issues/127192
513+ - class : org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
514+ method : testMessageForTrustStoreOutsideConfigDir
515+ issue : https://github.com/elastic/elasticsearch/issues/127192
516+ - class : org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
517+ method : testMessageForCertificateAuthoritiesOutsideConfigDir
518+ issue : https://github.com/elastic/elasticsearch/issues/127192
519+ - class : org.elasticsearch.index.codec.vectors.cluster.HierarchicalKMeansTests
520+ method : testHKmeans
521+ issue : https://github.com/elastic/elasticsearch/issues/130497
504522- class : org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
505523 method : testProjectWhere
506524 issue : https://github.com/elastic/elasticsearch/issues/130504
@@ -562,6 +580,7 @@ tests:
562580 method : testSerializationPreMultiProject
563581 issue : https://github.com/elastic/elasticsearch/issues/130872
564582
583+
565584# Examples:
566585#
567586# Mute a single test case in a YAML test suite:
0 commit comments