Skip to content
Open
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
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,9 +420,6 @@ tests:
- class: org.elasticsearch.smoketest.MlWithSecurityIT
method: test {yaml=ml/start_data_frame_analytics/Test start classification analysis when the dependent variable cardinality is too low}
issue: https://github.com/elastic/elasticsearch/issues/138409
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
issue: https://github.com/elastic/elasticsearch/issues/138426
- class: org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT
method: testRevertModelSnapshot
issue: https://github.com/elastic/elasticsearch/issues/132733
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ setup:
- do: { xpack.usage: { } }
- match: { esql.available: true }
- match: { esql.enabled: true }
- length: { esql.features: 29 }
- length: { esql.features: 30 }
- set: { esql.features.dissect: dissect_counter }
- set: { esql.features.drop: drop_counter }
- set: { esql.features.eval: eval_counter }
Expand Down