diff --git a/muted-tests.yml b/muted-tests.yml index 145f52e5832e1..30f8ecdd22151 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -411,9 +411,6 @@ tests: - class: org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT method: testCancelViaExpirationOnRemoteResultsWithMinimizeRoundtrips issue: https://github.com/elastic/elasticsearch/issues/127302 -- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlClientYamlIT - method: test {p0=esql/60_usage/*} - issue: https://github.com/elastic/elasticsearch/issues/133461 - class: org.elasticsearch.xpack.esql.action.CrossClusterAsyncQueryStopIT method: testStopQueryLocal issue: https://github.com/elastic/elasticsearch/issues/133481 @@ -555,9 +552,6 @@ tests: - class: org.elasticsearch.xpack.esql.inference.textembedding.TextEmbeddingOperatorTests method: testSimpleCircuitBreaking issue: https://github.com/elastic/elasticsearch/issues/135569 -- class: org.elasticsearch.multiproject.test.XpackWithMultipleProjectsClientYamlTestSuiteIT - method: test {yaml=esql/60_usage/Basic ESQL usage output (telemetry) snapshot version} - issue: https://github.com/elastic/elasticsearch/issues/135579 - class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT method: testAggTooManyMvLongs issue: https://github.com/elastic/elasticsearch/issues/135585 @@ -627,9 +621,6 @@ tests: - class: org.elasticsearch.xpack.security.CoreWithSecurityClientYamlTestSuiteIT method: test {yaml=indices.get_sample/10_basic/Test get sample for index with no sample config} issue: https://github.com/elastic/elasticsearch/issues/135993 -- class: org.elasticsearch.xpack.test.rest.XPackRestIT - method: test {p0=esql/60_usage/Basic ESQL usage output (telemetry) non-snapshot version} - issue: https://github.com/elastic/elasticsearch/issues/136000 - class: org.elasticsearch.xpack.ml.integration.RegressionIT method: testAliasFields issue: https://github.com/elastic/elasticsearch/issues/135996 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 7ae01e1dd807d..1635aca8768fa 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 @@ -350,7 +350,7 @@ setup: - gt: { esql.queries._all.total: $all_total_counter } - match: { esql.queries._all.failed: $all_failed_counter } - gt: { esql.functions.min: $functions_min } - - gt: { esql.functions.min: $functions_avg_over_time } + - gt: { esql.functions.avg_over_time: $functions_avg_over_time } # There's one of these per function but that's a ton of things to check. So we just spot check that a few exist. - not_exists: esql.functions.delay