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 @@ -248,9 +248,6 @@ tests:
248
248
- class : org.elasticsearch.index.reindex.ReindexNodeShutdownIT
249
249
method : testReindexWithShutdown
250
250
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
254
251
255
252
# Examples:
256
253
#
Original file line number Diff line number Diff line change @@ -163,4 +163,4 @@ setup:
163
163
- match : {esql.functions.cos: $functions_cos}
164
164
- gt : {esql.functions.to_long: $functions_to_long}
165
165
- 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
You can’t perform that action at this time.
0 commit comments