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:
582582- class : org.elasticsearch.upgrades.SyntheticSourceRollingUpgradeIT
583583 method : testIndexing {upgradedNodes=0}
584584 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
588585- class : org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
589586 method : test {p0=search/160_exists_query/Test exists query on _id field}
590587 issue : https://github.com/elastic/elasticsearch/issues/133097
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ setup:
141141 - method : POST
142142 path : /_query
143143 parameters : []
144- capabilities : [ non_snapshot_test_for_telemetry, fn_byte_length ]
144+ capabilities : [ non_snapshot_test_for_telemetry, fn_month_name ]
145145 reason : " Test that should only be executed on release versions"
146146
147147 - do : {xpack.usage: {}}
@@ -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: 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
233233
234234---
235235took :
You can’t perform that action at this time.
0 commit comments