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 be3ab98 commit 8206e91Copy full SHA for 8206e91
build.gradle
@@ -761,7 +761,8 @@ task "${baseName}#fullRestartClusterTask"(type: StandaloneRestIntegTestTask) {
761
task bwcTestSuite(type: StandaloneRestIntegTestTask) {
762
exclude '**/*Test*'
763
exclude '**/*IT*'
764
- dependsOn tasks.named("${baseName}#rollingUpgradeClusterTask")
+ // TODO refactor bwc test #677
765
+ // dependsOn tasks.named("${baseName}#rollingUpgradeClusterTask")
766
dependsOn tasks.named("${baseName}#fullRestartClusterTask")
767
}
768
0 commit comments