Disables unit tests for rolling upgrades, as there are only

rest integration tests.
This commit is contained in:
Ali Beyad 2016-09-16 11:32:28 -04:00
parent ce86ed1fdd
commit 22e6bc8359
1 changed files with 3 additions and 0 deletions

View File

@ -69,4 +69,7 @@ upgradedClusterTest.finalizedBy 'mixedClusterTest#stop'
task integTest {
dependsOn = [upgradedClusterTest]
}
test.enabled = false // no unit tests for rolling upgrades, only the rest integration test
check.dependsOn(integTest)