Skip to content

Commit 14d9e7c

Browse files
ES|QL: Fix ESQL usage output (telemetry) non-snapshot version test (#118051)
1 parent 724e052 commit 14d9e7c

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
@@ -248,9 +248,6 @@ tests:
248248
- class: org.elasticsearch.index.reindex.ReindexNodeShutdownIT
249249
method: testReindexWithShutdown
250250
issue: https://github.com/elastic/elasticsearch/issues/118040
251-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
252-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
253-
issue: https://github.com/elastic/elasticsearch/issues/117862
254251

255252
# Examples:
256253
#

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: 123} # check the "sister" test above for a likely update to the same esql.functions length check
166+
- length: {esql.functions: 124} # check the "sister" test above for a likely update to the same esql.functions length check

0 commit comments

Comments
 (0)