Skip to content

Commit cd9f620

Browse files
authored
ESQL: Update num released functions after #132535 (#132673)
1 parent 64023d7 commit cd9f620

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
@@ -509,9 +509,6 @@ tests:
509509
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
510510
method: test {csv-spec:lookup-join.MvJoinKeyFromRowExpanded}
511511
issue: https://github.com/elastic/elasticsearch/issues/132604
512-
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
513-
method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
514-
issue: https://github.com/elastic/elasticsearch/issues/132608
515512
- class: org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT
516513
method: testRevertModelSnapshot_DeleteInterveningResults
517514
issue: https://github.com/elastic/elasticsearch/issues/132349

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