File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,21 @@ tests:
238238- class : org.elasticsearch.packaging.test.DockerTests
239239 method : test050BasicApiTests
240240 issue : https://github.com/elastic/elasticsearch/issues/120911
241-
241+ - class : org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
242+ method : testMessageForKeyStoreOutsideConfigDir
243+ issue : https://github.com/elastic/elasticsearch/issues/127192
244+ - class : org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
245+ method : testMessageForPemKeyOutsideConfigDir
246+ issue : https://github.com/elastic/elasticsearch/issues/127192
247+ - class : org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
248+ method : testMessageForPemCertificateOutsideConfigDir
249+ issue : https://github.com/elastic/elasticsearch/issues/127192
250+ - class : org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
251+ method : testMessageForTrustStoreOutsideConfigDir
252+ issue : https://github.com/elastic/elasticsearch/issues/127192
253+ - class : org.elasticsearch.xpack.ssl.SSLErrorMessageFileTests
254+ method : testMessageForCertificateAuthoritiesOutsideConfigDir
255+ issue : https://github.com/elastic/elasticsearch/issues/127192
242256# Examples:
243257#
244258# Mute a single test case in a YAML test suite:
You can’t perform that action at this time.
0 commit comments