Skip to content

Commit 4dc060c

Browse files
Remove unnecessary test task dependency (#76938) (#76939)
We auto-wire the bwcTestSnapshots task to the check task. This dependOn means we run the full wire compatible test suite on every build which is not what we want since we run those explicitly in parallel CI jobs. Running check should only test unreleased versions. Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
1 parent dbf0156 commit 4dc060c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

x-pack/plugin/sql/qa/mixed-node/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,4 @@ for (Version bwcVersion : BuildParams.bwcVersions.wireCompatible.findAll { it.on
6262
tasks.register(bwcTaskName(bwcVersion)) {
6363
dependsOn "${baseName}#mixedClusterTest"
6464
}
65-
66-
// run these bwc tests as part of the "check" task
67-
tasks.named("check").configure {
68-
dependsOn "${baseName}#mixedClusterTest"
69-
}
7065
}

0 commit comments

Comments
 (0)