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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
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
16 changes: 16 additions & 0 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,21 @@ 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
Expand Down Expand Up @@ -606,6 +621,7 @@ tests:
method: test {yaml=indices.resolve_index/10_basic_resolve_index/Resolve index with hidden and closed indices}
issue: https://github.com/elastic/elasticsearch/issues/130568


# Examples:
#
# Mute a single test case in a YAML test suite:
Expand Down