mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
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…
x
Reference in New Issue
Block a user