Skip to content

Commit 8206e91

Browse files
committed
Comment out rolling upgrade test
Signed-off-by: bowenlan-amzn <[email protected]>
1 parent be3ab98 commit 8206e91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,8 @@ task "${baseName}#fullRestartClusterTask"(type: StandaloneRestIntegTestTask) {
761761
task bwcTestSuite(type: StandaloneRestIntegTestTask) {
762762
exclude '**/*Test*'
763763
exclude '**/*IT*'
764-
dependsOn tasks.named("${baseName}#rollingUpgradeClusterTask")
764+
// TODO refactor bwc test #677
765+
// dependsOn tasks.named("${baseName}#rollingUpgradeClusterTask")
765766
dependsOn tasks.named("${baseName}#fullRestartClusterTask")
766767
}
767768

0 commit comments

Comments
 (0)