Skip to content

Commit 0a20827

Browse files
ES|QL fix telemetry tests (usage stats) after promoting CATEGORIZE (#117878)
1 parent c1a9d44 commit 0a20827

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
@@ -233,9 +233,6 @@ tests:
233233
issue: https://github.com/elastic/elasticsearch/issues/117815
234234
- class: org.elasticsearch.xpack.ml.integration.DatafeedJobsRestIT
235235
issue: https://github.com/elastic/elasticsearch/issues/111319
236-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
237-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
238-
issue: https://github.com/elastic/elasticsearch/issues/117862
239236
- class: org.elasticsearch.validation.DotPrefixClientYamlTestSuiteIT
240237
issue: https://github.com/elastic/elasticsearch/issues/117893
241238
- class: org.elasticsearch.xpack.core.ml.search.SparseVectorQueryBuilderTests

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
@@ -163,4 +163,4 @@ setup:
163163
- match: {esql.functions.cos: $functions_cos}
164164
- gt: {esql.functions.to_long: $functions_to_long}
165165
- match: {esql.functions.coalesce: $functions_coalesce}
166-
- length: {esql.functions: 118} # check the "sister" test above for a likely update to the same esql.functions length check
166+
- length: {esql.functions: 119} # check the "sister" test above for a likely update to the same esql.functions length check

0 commit comments

Comments
 (0)