File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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_month_name ]
144+ capabilities : [ non_snapshot_test_for_telemetry, fn_contains ]
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: 139 } # check the "sister" test above for a likely update to the same esql.functions length check
232+ - length : {esql.functions: 140 } # 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