We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e2260 commit 2cd5735Copy full SHA for 2cd5735
x-pack/qa/multi-project/xpack-rest-tests-with-multiple-projects/build.gradle
@@ -32,6 +32,7 @@ tasks.named("yamlRestTest").configure {
32
'^analytics/top_metrics/*',
33
'^data_streams/10_data_stream_resolvability/*',
34
'^deprecation/10_basic/*',
35
+ '^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/*',
37
'^migration/10_get_feature_upgrade_status/*',
38
'^migration/20_post_feature_upgrade/*',
0 commit comments