Skip to content

Commit 7b67ce0

Browse files
committed
put back the fix for telemetry usage tests
1 parent 17f31e8 commit 7b67ce0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,9 +562,6 @@ tests:
562562
- class: org.elasticsearch.xpack.rank.rrf.RRFRankClientYamlTestSuiteIT
563563
method: test {yaml=rrf/950_pinned_interaction/rrf with pinned retriever as a sub-retriever}
564564
issue: https://github.com/elastic/elasticsearch/issues/129845
565-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
566-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
567-
issue: https://github.com/elastic/elasticsearch/issues/129888
568565
- class: org.elasticsearch.index.mapper.vectors.DenseVectorFieldMapperTests
569566
method: testExistsQueryMinimalMapping
570567
issue: https://github.com/elastic/elasticsearch/issues/129911

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ setup:
4646
- do: {xpack.usage: {}}
4747
- match: { esql.available: true }
4848
- match: { esql.enabled: true }
49-
- length: { esql.features: 26 }
49+
- length: { esql.features: 27 }
5050
- set: {esql.features.dissect: dissect_counter}
5151
- set: {esql.features.drop: drop_counter}
5252
- set: {esql.features.eval: eval_counter}

0 commit comments

Comments
 (0)