Skip to content

Commit 07eb7b0

Browse files
committed
Mute tests in SSLErrorMessageFileTests that rely on Entitlements
1 parent 379a539 commit 07eb7b0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

muted-tests.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,23 @@ tests:
596596
- class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT
597597
method: test {p0=msearch/20_typed_keys/Multisearch test with typed_keys parameter for sampler and significant terms}
598598
issue: https://github.com/elastic/elasticsearch/issues/130472
599+
- class: org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
600+
method: testMessageForKeyStoreOutsideConfigDir
601+
issue: https://github.com/elastic/elasticsearch/issues/127192
602+
- class: org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
603+
method: testMessageForPemKeyOutsideConfigDir
604+
issue: https://github.com/elastic/elasticsearch/issues/127192
605+
- class: org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
606+
method: testMessageForPemCertificateOutsideConfigDir
607+
issue: https://github.com/elastic/elasticsearch/issues/127192
608+
- class: org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
609+
method: testMessageForTrustStoreOutsideConfigDir
610+
issue: https://github.com/elastic/elasticsearch/issues/127192
611+
- class: org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
612+
method: testMessageForCertificateAuthoritiesOutsideConfigDir
613+
issue: https://github.com/elastic/elasticsearch/issues/127192
614+
615+
599616

600617
# Examples:
601618
#

0 commit comments

Comments
 (0)