Skip to content

Commit 01b6de3

Browse files
authored
Clean up x-pack multi-project YAML test mutes some more (#130355)
These tests were already passing.
1 parent 3b13977 commit 01b6de3

File tree

1 file changed

+0
-6
lines changed
  • x-pack/qa/multi-project/xpack-rest-tests-with-multiple-projects

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ tasks.named("yamlRestTest").configure {
3333
'^data_streams/10_data_stream_resolvability/*',
3434
'^deprecation/10_basic/*',
3535
'^health/10_usage/*', // The usage API is project-aware, this test just fails on the project-awareness of the SLM health indicator
36-
'^ilm/80_health/*',
3736
'^migration/10_get_feature_upgrade_status/*',
3837
'^migration/20_post_feature_upgrade/*',
3938
'^ml/3rd_party_deployment/*',
@@ -108,13 +107,9 @@ tasks.named("yamlRestTest").configure {
108107
'^rollup/stop_job/*',
109108
'^searchable_snapshots/10_usage/*', // The usage API is project-aware, so this test can be unmuted once snapshot repositories are project-aware
110109
'^searchable_snapshots/20_synthetic_source/*',
111-
'^security/authz/14_cat_indices/*',
112-
'^security/authz/14_cat_indices/Test explicit request while multiple opened/*',
113-
'^security/authz/60_resolve_index/*',
114110
'^security/settings/10_update_security_settings/*',
115111
'^snapshot/10_basic/*',
116112
'^snapshot/20_operator_privileges_disabled/*',
117-
'^spatial/100_geo_grid_ingest/*',
118113
'^transform/preview_transforms/*',
119114
'^transform/transforms_cat_apis/*',
120115
'^transform/transforms_crud/*',
@@ -130,7 +125,6 @@ tasks.named("yamlRestTest").configure {
130125
'^transform/transforms_unattended/*',
131126
'^transform/transforms_update/*',
132127
'^transform/transforms_upgrade/*',
133-
'^voting_only_node/10_basic/*'
134128
];
135129
if (buildParams.snapshotBuild == false) {
136130
blacklist += [];

0 commit comments

Comments
 (0)