Skip to content

Commit cdb03b3

Browse files
authored
[9.3] [ES|QL] Fix capability on 46_downsample test (#145293)
The branch has support for running stats on AMD using the default_metric so this test should be gated on this capability. Fixes #145163
1 parent 79d818b commit cdb03b3

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,9 +357,6 @@ tests:
357357
- class: org.elasticsearch.indices.IndicesRequestCacheIT
358358
method: testCanCache
359359
issue: https://github.com/elastic/elasticsearch/issues/144526
360-
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
361-
method: test {p0=esql/46_downsample/Stats from downsampled and non-downsampled index simultaneously with implicit casting}
362-
issue: https://github.com/elastic/elasticsearch/issues/145163
363360

364361
# Examples:
365362
#

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/46_downsample.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ setup:
260260
- method: POST
261261
path: /_query
262262
parameters: []
263-
capabilities: [aggregate_metric_double_v0, dense_vector_agg_metric_double_if_version]
263+
capabilities: [aggregate_metric_double_default_metric, dense_vector_agg_metric_double_if_version]
264264
reason: "Support for casting aggregate metric double implicitly when present in aggregations"
265265

266266
- do:

0 commit comments

Comments
 (0)