diff --git a/muted-tests.yml b/muted-tests.yml index 46eed8a257ea6..c1d3ea4881119 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -537,15 +537,6 @@ tests: - class: org.elasticsearch.xpack.esql.action.RandomizedTimeSeriesIT method: testGroupBySubset issue: https://github.com/elastic/elasticsearch/issues/133220 -- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlAsyncSubmitAndFetchIT - method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version} - issue: https://github.com/elastic/elasticsearch/issues/133840 -- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlIT - method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version} - issue: https://github.com/elastic/elasticsearch/issues/133841 -- class: org.elasticsearch.xpack.esql.qa.single_node.EsqlClientYamlAsyncIT - method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version} - issue: https://github.com/elastic/elasticsearch/issues/133842 - class: org.elasticsearch.cluster.routing.allocation.decider.WriteLoadConstraintDeciderIT method: testHighNodeWriteLoadPreventsNewShardAllocation issue: https://github.com/elastic/elasticsearch/issues/133857 diff --git a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml index b920c4bb12bf4..886ca8f6b0b6d 100644 --- a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml +++ b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml @@ -229,7 +229,7 @@ setup: - gt: {esql.functions.to_long: $functions_to_long} - match: {esql.functions.coalesce: $functions_coalesce} - gt: {esql.functions.categorize: $functions_categorize} - - length: {esql.functions: 141} # check the "sister" test above for a likely update to the same esql.functions length check + - length: {esql.functions: 142} # check the "sister" test above for a likely update to the same esql.functions length check --- took: