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:
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
Original file line number Diff line number Diff 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---
235235took :
You can’t perform that action at this time.
0 commit comments