Skip to content

Commit de119e4

Browse files
committed
Fix enterprise search yaml rest compatibility test
1 parent 8121cef commit de119e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

x-pack/plugin/ent-search/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ tasks.named("yamlRestTest") {
7474
usesDefaultDistribution("uses the xpack/usage api")
7575
}
7676

77+
tasks.namd("yamlRestTestV7CompatTest") {
78+
usesDefaultDistribution("uses the xpack/usage api")
79+
}
80+
7781
tasks.named("yamlRestTestV7CompatTransform") { task ->
7882
// Behavioral Analytics is deprecated with 9.0.0.
7983
task.addAllowedWarning("Behavioral Analytics is deprecated and will be removed in a future release.")

0 commit comments

Comments
 (0)