diff --git a/muted-tests.yml b/muted-tests.yml index a2d5644015baf..89373c8d57987 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -507,9 +507,6 @@ tests: - class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT method: test {p0=search/410_named_queries/named_queries_with_score} issue: https://github.com/elastic/elasticsearch/issues/132906 -- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT - method: test {p0=esql/230_folding/CIDR_MATCH with non-foldable CIDRs} - issue: https://github.com/elastic/elasticsearch/issues/132931 - class: org.elasticsearch.packaging.test.ArchiveGenerateInitialCredentialsTests method: test40VerifyAutogeneratedCredentials issue: https://github.com/elastic/elasticsearch/issues/132877 diff --git a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/230_folding.yml b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/230_folding.yml index 83236dff9163c..5bf382d67578f 100644 --- a/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/230_folding.yml +++ b/x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/230_folding.yml @@ -1,8 +1,13 @@ --- setup: - requires: + capabilities: + - method: POST + path: /_query + parameters: [ ] + capabilities: [ dense_vector_field_type ] test_runner_features: [ capabilities, contains ] - reason: "make sure new functions run where supported only" + reason: "make sure new functions run where supported only, dense vector needed for index creation" - do: indices.create: index: employees