@@ -26,16 +26,15 @@ tasks.named("yamlRestTest").configure {
2626 usesDefaultDistribution(" to be triaged" )
2727 ArrayList<String > blacklist = [
2828 /* These tests don't work on multi-project yet - we need to go through each of them and make them work */
29+ // These analytics tests work in MP mode, they just don't work with security enabled.
2930 ' ^analytics/boxplot/*' ,
3031 ' ^analytics/histogram/*' ,
3132 ' ^analytics/moving_percentiles/*' ,
3233 ' ^analytics/top_metrics/*' ,
3334 ' ^analytics/usage/*' ,
34- ' ^constant_keyword/10_basic/*' ,
3535 ' ^data_streams/10_data_stream_resolvability/*' ,
3636 ' ^deprecation/10_basic/*' ,
3737 ' ^dlm/10_usage/*' ,
38- ' ^esql/46_downsample/*' ,
3938 ' ^esql/60_enrich/*' ,
4039 ' ^esql/60_usage/*' ,
4140 ' ^esql/61_enrich_ip/*' ,
@@ -123,10 +122,6 @@ tasks.named("yamlRestTest").configure {
123122 ' ^monitoring/bulk/10_basic/*' ,
124123 ' ^monitoring/bulk/20_privileges/*' ,
125124 ' ^profiling/10_basic/*' ,
126- ' ^redact/10_redact_processor/*' ,
127- ' ^role_mapping/10_basic/*' ,
128- ' ^role_mapping/20_get_missing/*' ,
129- ' ^role_mapping/30_delete/*' ,
130125 ' ^rollup/delete_job/*' ,
131126 ' ^rollup/get_jobs/*' ,
132127 ' ^rollup/get_rollup_caps/*' ,
0 commit comments