File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -582,9 +582,6 @@ tests:
582
582
- class : org.elasticsearch.upgrades.SyntheticSourceRollingUpgradeIT
583
583
method : testIndexing {upgradedNodes=0}
584
584
issue : https://github.com/elastic/elasticsearch/issues/133061
585
- - class : org.elasticsearch.xpack.test.rest.XPackRestIT
586
- method : test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version}
587
- issue : https://github.com/elastic/elasticsearch/issues/133014
588
585
- class : org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
589
586
method : test {p0=search/160_exists_query/Test exists query on _id field}
590
587
issue : https://github.com/elastic/elasticsearch/issues/133097
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ setup:
141
141
- method : POST
142
142
path : /_query
143
143
parameters : []
144
- capabilities : [ non_snapshot_test_for_telemetry, fn_byte_length ]
144
+ capabilities : [ non_snapshot_test_for_telemetry, fn_month_name ]
145
145
reason : " Test that should only be executed on release versions"
146
146
147
147
- do : {xpack.usage: {}}
@@ -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: 138 } # check the "sister" test above for a likely update to the same esql.functions length check
232
+ - length : {esql.functions: 139 } # 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