Disables unit tests for rolling upgrades, as there are only
rest integration tests.
This commit is contained in:
parent
ce86ed1fdd
commit
22e6bc8359
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue