Skip to content

Mute tests in SSLErrorMessageFileTests that rely on Security Manager #130474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down