File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -509,9 +509,6 @@ tests:
509
509
- class : org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
510
510
method : test {csv-spec:lookup-join.MvJoinKeyFromRowExpanded}
511
511
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
515
512
- class : org.elasticsearch.xpack.ml.integration.RevertModelSnapshotIT
516
513
method : testRevertModelSnapshot_DeleteInterveningResults
517
514
issue : https://github.com/elastic/elasticsearch/issues/132349
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ setup:
229
229
- gt : {esql.functions.to_long: $functions_to_long}
230
230
- match : {esql.functions.coalesce: $functions_coalesce}
231
231
- 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
233
233
234
234
---
235
235
took :
You can’t perform that action at this time.
0 commit comments