Skip to content

Commit c888ce7

Browse files
ES|QL fix telemetry tests after promoting CATEGORIZE (#117878) (#117915)
1 parent 0a53248 commit c888ce7

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
@@ -409,9 +409,6 @@ tests:
409409
- class: org.elasticsearch.xpack.ml.integration.RegressionIT
410410
method: testTwoJobsWithSameRandomizeSeedUseSameTrainingSet
411411
issue: https://github.com/elastic/elasticsearch/issues/117805
412-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
413-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
414-
issue: https://github.com/elastic/elasticsearch/issues/117862
415412
- class: org.elasticsearch.xpack.security.authc.ldap.UserAttributeGroupsResolverTests
416413
issue: https://github.com/elastic/elasticsearch/issues/116537
417414
- 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)