@@ -501,6 +501,24 @@ tests:
501
501
- class : org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
502
502
method : test {p0=msearch/20_typed_keys/Multisearch test with typed_keys parameter for sampler and significant terms}
503
503
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
504
522
- class : org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
505
523
method : testProjectWhere
506
524
issue : https://github.com/elastic/elasticsearch/issues/130504
@@ -562,6 +580,7 @@ tests:
562
580
method : testSerializationPreMultiProject
563
581
issue : https://github.com/elastic/elasticsearch/issues/130872
564
582
583
+
565
584
# Examples:
566
585
#
567
586
# Mute a single test case in a YAML test suite:
0 commit comments