File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11---
22setup :
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
You can’t perform that action at this time.
0 commit comments