Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ tasks.named("yamlRestTest").configure {
'^data_streams/10_data_stream_resolvability/*',
'^deprecation/10_basic/*',
'^health/10_usage/*', // The usage API is project-aware, this test just fails on the project-awareness of the SLM health indicator
'^ilm/80_health/*',
'^migration/10_get_feature_upgrade_status/*',
'^migration/20_post_feature_upgrade/*',
'^ml/3rd_party_deployment/*',
Expand Down Expand Up @@ -108,13 +107,9 @@ tasks.named("yamlRestTest").configure {
'^rollup/stop_job/*',
'^searchable_snapshots/10_usage/*', // The usage API is project-aware, so this test can be unmuted once snapshot repositories are project-aware
'^searchable_snapshots/20_synthetic_source/*',
'^security/authz/14_cat_indices/*',
'^security/authz/14_cat_indices/Test explicit request while multiple opened/*',
'^security/authz/60_resolve_index/*',
'^security/settings/10_update_security_settings/*',
'^snapshot/10_basic/*',
'^snapshot/20_operator_privileges_disabled/*',
'^spatial/100_geo_grid_ingest/*',
'^transform/preview_transforms/*',
'^transform/transforms_cat_apis/*',
'^transform/transforms_crud/*',
Expand All @@ -130,7 +125,6 @@ tasks.named("yamlRestTest").configure {
'^transform/transforms_unattended/*',
'^transform/transforms_update/*',
'^transform/transforms_upgrade/*',
'^voting_only_node/10_basic/*'
];
if (buildParams.snapshotBuild == false) {
blacklist += [];
Expand Down