Skip to content

Commit c0a079f

Browse files
julian-elasticjoshua-adams-1
authored andcommitted
Fix failing UT by adding a required capability (elastic#132947)
Fix failing UT by adding a required capability
1 parent cbbacc0 commit c0a079f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

muted-tests.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,9 +507,6 @@ tests:
507507
- class: org.elasticsearch.test.rest.yaml.CcsCommonYamlTestSuiteIT
508508
method: test {p0=search/410_named_queries/named_queries_with_score}
509509
issue: https://github.com/elastic/elasticsearch/issues/132906
510-
- class: org.elasticsearch.xpack.esql.qa.mixed.EsqlClientYamlIT
511-
method: test {p0=esql/230_folding/CIDR_MATCH with non-foldable CIDRs}
512-
issue: https://github.com/elastic/elasticsearch/issues/132931
513510
- class: org.elasticsearch.packaging.test.ArchiveGenerateInitialCredentialsTests
514511
method: test40VerifyAutogeneratedCredentials
515512
issue: https://github.com/elastic/elasticsearch/issues/132877

x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/230_folding.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
22
setup:
33
- requires:
4+
capabilities:
5+
- method: POST
6+
path: /_query
7+
parameters: [ ]
8+
capabilities: [ dense_vector_field_type ]
49
test_runner_features: [ capabilities, contains ]
5-
reason: "make sure new functions run where supported only"
10+
reason: "make sure new functions run where supported only, dense vector needed for index creation"
611
- do:
712
indices.create:
813
index: employees

0 commit comments

Comments
 (0)