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.
2 parents 771ca68 + cdb6230 commit fe8aaa8Copy full SHA for fe8aaa8
x-pack/plugin/ent-search/build.gradle
@@ -74,6 +74,10 @@ tasks.named("yamlRestTest") {
74
usesDefaultDistribution("uses the xpack/usage api")
75
}
76
77
+tasks.named("yamlRestCompatTest") {
78
+ usesDefaultDistribution("uses the xpack/usage api")
79
+}
80
+
81
tasks.named("yamlRestCompatTestTransform") { task ->
82
// Behavioral Analytics is deprecated with 9.0.0.
83
task.addAllowedWarning("Behavioral Analytics is deprecated and will be removed in a future release.")
0 commit comments