@@ -38,7 +38,6 @@ tasks.named("yamlRestTest").configure {
3838 ' ^cat.recovery/*/*' ,
3939 ' ^cat.snapshots/*/*' ,
4040 ' ^cluster.desired_balance/10_basic/*' ,
41- ' ^data_stream/10_basic/Get data stream and check DSL and ILM information' ,
4241 ' ^data_stream/40_supported_apis/Verify shard stores api' , // uses _shard_stores API
4342 ' ^health/10_basic/*' ,
4443 ' ^health/40_diagnosis/*' ,
@@ -51,11 +50,6 @@ tasks.named("yamlRestTest").configure {
5150 ' ^test/ingest/70_bulk/Test bulk request with default pipeline' , // uses stats API
5251 ' ^test/ingest/70_bulk/Test bulk request without default pipeline' , // uses stats API
5352 ' ^migration/*/*' ,
54- // The following vector search tests do not work due to usage of cluster stats API
55- ' ^search.vectors/60_dense_vector_dynamic_mapping/Fields mapped as dense_vector have correct cluster stats min max values' ,
56- ' ^search.vectors/60_dense_vector_dynamic_mapping/Fields mapped as dense_vector without dims or docs have correct cluster stats values' ,
57- ' ^search.vectors/70_dense_vector_telemetry/Field mapping stats' ,
58- ' ^search.vectors/70_dense_vector_telemetry/Field mapping stats with field details' ,
5953 ' ^snapshot.clone/*/*' ,
6054 ' ^snapshot.create/*/*' ,
6155 ' ^snapshot.delete/*/*' ,
@@ -72,7 +66,6 @@ tasks.named("yamlRestTest").configure {
7266 // The node removal prevalidation is only available for a Stateful deployment.
7367 ' ^cluster.prevalidate_node_removal/*/*' ,
7468
75-
7669 // This behaviour doesn't work with security: https://github.com/elastic/elasticsearch/issues/120252
7770 ' ^reindex/30_search/Sorting deprecated wait_for_completion false' ,
7871
0 commit comments