Browse Source

Mute tests in SSLErrorMessageFileTests that rely on Entitlements (#130474)

Graeme Mjehovich 3 months ago
parent
commit
950e1294d7
1 changed files with 19 additions and 0 deletions
  1. 19 0
      muted-tests.yml

+ 19 - 0
muted-tests.yml

@@ -501,6 +501,24 @@ 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
 - class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT
   method: testProjectWhere
   issue: https://github.com/elastic/elasticsearch/issues/130504
@@ -562,6 +580,7 @@ tests:
   method: testSerializationPreMultiProject
   issue: https://github.com/elastic/elasticsearch/issues/130872
 
+
 # Examples:
 #
 #  Mute a single test case in a YAML test suite: