Browse Source

Unmute various multi-project YAML tests (MP-1927)

These tests are already passing.
Niels Bauman 8 months ago
parent
commit
3e65cdcab9

+ 0 - 2
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/*',
-    '^cluster.state/30_expand_wildcards/*',
     '^data_stream/lifecycle/*/*',
     '^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
@@ -54,7 +53,6 @@ tasks.named("yamlRestTest").configure {
     '^test/ingest/15_info_ingest/*', // uses cluster info API
     '^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
-    '^test/ingest/230_change_target_index/*', // uses cat indices 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',

+ 0 - 3
x-pack/qa/multi-project/xpack-rest-tests-with-multiple-projects/build.gradle

@@ -38,8 +38,6 @@ tasks.named("yamlRestTest").configure {
     '^enrich/30_tsdb_index/*',
     '^enrich/40_synthetic_source/*',
     '^enrich/50_data_stream/*',
-    '^esql/40_tsdb/*',
-    '^esql/45_non_tsdb_counter/*',
     '^esql/60_enrich/*',
     '^esql/60_usage/*',
     '^esql/61_enrich_ip/*',
@@ -47,7 +45,6 @@ tasks.named("yamlRestTest").configure {
     '^esql/63_enrich_int_range/*',
     '^esql/64_enrich_int_match/*',
     '^esql/180_match_operator/*',
-    '^esql/180_match_operator/*',
     '^esql/190_lookup_join/*',
     '^health/10_usage/*',
     '^ilm/10_basic/Test Undeletable Policy In Use',