Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 0 additions & 6 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,12 +567,6 @@ tests:
- class: org.elasticsearch.xpack.esql.qa.single_node.GenerativeIT
method: test
issue: https://github.com/elastic/elasticsearch/issues/130067
- class: org.elasticsearch.multiproject.test.CoreWithMultipleProjectsClientYamlTestSuiteIT
method: test {yaml=nodes.stats/11_indices_metrics/Metric - blank for indices mappings}
issue: https://github.com/elastic/elasticsearch/issues/130772
- class: org.elasticsearch.multiproject.test.CoreWithMultipleProjectsClientYamlTestSuiteIT
method: test {yaml=search.vectors/70_dense_vector_telemetry/Field mapping stats with field details}
issue: https://github.com/elastic/elasticsearch/issues/130777

# Examples:
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ public class CoreWithMultipleProjectsClientYamlTestSuiteIT extends MultipleProje
.setting("xpack.ml.enabled", "false")
.setting("xpack.license.self_generated.type", "trial")
.setting("xpack.security.autoconfiguration.enabled", "false")
// disable ILM history, since it disturbs tests using _all
.setting("indices.lifecycle.history_index_enabled", "false")
.user(USER, PASS)
.systemProperty("es.queryable_built_in_roles_enabled", "false")
.feature(FeatureFlag.TIME_SERIES_MODE)
Expand Down