Skip to content

Commit 08a7b02

Browse files
committed
Clean up x-pack multi-project YAML test mutes some more
These tests were already passing.
1 parent 4790cf4 commit 08a7b02

File tree

1 file changed

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

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ tasks.named("yamlRestTest").configure {
3636
'^dlm/10_usage/*',
3737
'^esql/60_usage/*',
3838
'^health/10_usage/*',
39-
'^ilm/80_health/*',
4039
'^logsdb/10_usage/*',
4140
'^migration/10_get_feature_upgrade_status/*',
4241
'^migration/20_post_feature_upgrade/*',
@@ -119,7 +118,6 @@ tasks.named("yamlRestTest").configure {
119118
'^snapshot/10_basic/*',
120119
'^snapshot/20_operator_privileges_disabled/*',
121120
'^spatial/50_feature_usage/*',
122-
'^spatial/100_geo_grid_ingest/*',
123121
'^transform/preview_transforms/*',
124122
'^transform/transforms_cat_apis/*',
125123
'^transform/transforms_crud/*',
@@ -135,7 +133,6 @@ tasks.named("yamlRestTest").configure {
135133
'^transform/transforms_unattended/*',
136134
'^transform/transforms_update/*',
137135
'^transform/transforms_upgrade/*',
138-
'^voting_only_node/10_basic/*'
139136
];
140137
if (buildParams.snapshotBuild == false) {
141138
blacklist += [];

0 commit comments

Comments
 (0)