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 5f92981 commit 1d8e371Copy full SHA for 1d8e371
x-pack/plugin/logsdb/qa/rolling-upgrade2/build.gradle
@@ -8,6 +8,7 @@ import org.elasticsearch.gradle.testclusters.StandaloneRestIntegTestTask
8
9
apply plugin: 'elasticsearch.internal-java-rest-test'
10
apply plugin: 'elasticsearch.bwc-test'
11
+apply plugin: 'elasticsearch.bc-upgrade-test'
12
apply plugin: 'elasticsearch.internal-test-artifact' // needed to run logsdb rest tests in serverless
13
14
dependencies {
@@ -25,3 +26,7 @@ tasks.withType(Test).configureEach {
25
26
// CI doesn't like it when there's multiple clusters running at once
27
maxParallelForks = 1
28
}
29
+
30
+tasks.named("javaRestTest") {
31
+ enabled = false
32
+}
0 commit comments