From 76a37123d1e77ef30d62d619ef9df7d20d02179b Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Tue, 11 Mar 2025 13:57:37 +1100 Subject: [PATCH] Unable working MP YAML Tests This commit enables some existing yaml tests that work correctly on multi-project --- .../core-rest-tests-with-multiple-projects/build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/x-pack/qa/multi-project/core-rest-tests-with-multiple-projects/build.gradle b/x-pack/qa/multi-project/core-rest-tests-with-multiple-projects/build.gradle index 40b03c0359814..74592a5e3626b 100644 --- a/x-pack/qa/multi-project/core-rest-tests-with-multiple-projects/build.gradle +++ b/x-pack/qa/multi-project/core-rest-tests-with-multiple-projects/build.gradle @@ -38,7 +38,6 @@ tasks.named("yamlRestTest").configure { '^cat.recovery/*/*', '^cat.snapshots/*/*', '^cluster.desired_balance/10_basic/*', - '^data_stream/10_basic/Get data stream and check DSL and ILM information', '^data_stream/40_supported_apis/Verify shard stores api', // uses _shard_stores API '^health/10_basic/*', '^health/40_diagnosis/*', @@ -51,11 +50,6 @@ tasks.named("yamlRestTest").configure { '^test/ingest/70_bulk/Test bulk request with default pipeline', // uses stats API '^test/ingest/70_bulk/Test bulk request without default pipeline', // uses stats API '^migration/*/*', - // The following vector search tests do not work due to usage of cluster stats API - '^search.vectors/60_dense_vector_dynamic_mapping/Fields mapped as dense_vector have correct cluster stats min max values', - '^search.vectors/60_dense_vector_dynamic_mapping/Fields mapped as dense_vector without dims or docs have correct cluster stats values', - '^search.vectors/70_dense_vector_telemetry/Field mapping stats', - '^search.vectors/70_dense_vector_telemetry/Field mapping stats with field details', '^snapshot.clone/*/*', '^snapshot.create/*/*', '^snapshot.delete/*/*', @@ -72,7 +66,6 @@ tasks.named("yamlRestTest").configure { // The node removal prevalidation is only available for a Stateful deployment. '^cluster.prevalidate_node_removal/*/*', - // This behaviour doesn't work with security: https://github.com/elastic/elasticsearch/issues/120252 '^reindex/30_search/Sorting deprecated wait_for_completion false',