Skip to content

Commit 68fd95d

Browse files
committed
[Test] Revisit usage of default distro for logsdb rest tests
1 parent fd2cc97 commit 68fd95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/logsdb/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ dependencies {
3737
}
3838

3939
tasks.named("javaRestTest").configure {
40-
usesDefaultDistribution("to be triaged")
40+
usesDefaultDistribution("Requires a bunch of xpack plugins")
4141
}
4242

4343
tasks.named('yamlRestTest') {
44-
usesDefaultDistribution("to be triaged")
44+
usesDefaultDistribution("Requires a bunch of xpack plugins")
4545
}

0 commit comments

Comments
 (0)