Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down