Revert "Silence UpgradeClusterClientYamlTestSuiteIT"
This reverts commit elastic/x-pack-elasticsearch@e29f94b24c. Original commit: elastic/x-pack-elasticsearch@d7d27b20ef
This commit is contained in:
parent
dfc21c56be
commit
f52760d2ac
|
@ -120,10 +120,7 @@ task integTest {
|
|||
|
||||
test.enabled = false // no unit tests for rolling upgrades, only the rest integration test
|
||||
|
||||
// Silence UpgradeClusterClientYamlTestSuiteIT (as the failure happens during test setup, we cannot really use @AwaitsFix here)
|
||||
// Please reenable this test again by removing the comment below after https://github.com/elastic/x-pack-elasticsearch/issues/870
|
||||
// (caused by https://github.com/elastic/x-pack-kibana/issues/690) has been fixed.
|
||||
//check.dependsOn(integTest)
|
||||
check.dependsOn(integTest)
|
||||
|
||||
dependencies {
|
||||
testCompile project(path: ':x-pack-elasticsearch:plugin', configuration: 'runtime')
|
||||
|
|
Loading…
Reference in New Issue