diff --git a/x-pack/plugin/logsdb/build.gradle b/x-pack/plugin/logsdb/build.gradle index f011dabeb87aa..4496d5843afca 100644 --- a/x-pack/plugin/logsdb/build.gradle +++ b/x-pack/plugin/logsdb/build.gradle @@ -37,9 +37,9 @@ dependencies { } tasks.named("javaRestTest").configure { - usesDefaultDistribution("to be triaged") + usesDefaultDistribution("Requires a bunch of xpack plugins") } tasks.named('yamlRestTest') { - usesDefaultDistribution("to be triaged") + usesDefaultDistribution("Requires a bunch of xpack plugins") }