Skip to content

Commit 82b6622

Browse files
committed
Increment expected function count
1 parent a669863 commit 82b6622

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

muted-tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -543,15 +543,6 @@ tests:
543543
- class: org.elasticsearch.xpack.esql.action.RandomizedTimeSeriesIT
544544
method: testGroupBySubset
545545
issue: https://github.com/elastic/elasticsearch/issues/133220
546-
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlAsyncSubmitAndFetchIT
547-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
548-
issue: https://github.com/elastic/elasticsearch/issues/133840
549-
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlIT
550-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
551-
issue: https://github.com/elastic/elasticsearch/issues/133841
552-
- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlAsyncIT
553-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
554-
issue: https://github.com/elastic/elasticsearch/issues/133842
555546

556547
# Examples:
557548
#

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
@@ -229,7 +229,7 @@ setup:
229229
- gt: {esql.functions.to_long: $functions_to_long}
230230
- match: {esql.functions.coalesce: $functions_coalesce}
231231
- gt: {esql.functions.categorize: $functions_categorize}
232-
- length: {esql.functions: 141} # check the "sister" test above for a likely update to the same esql.functions length check
232+
- length: {esql.functions: 142} # check the "sister" test above for a likely update to the same esql.functions length check
233233

234234
---
235235
took:

0 commit comments

Comments
 (0)