Revert "Silence UpgradeClusterClientYamlTestSuiteIT"

This reverts commit elastic/x-pack-elasticsearch@e29f94b24c.

Original commit: elastic/x-pack-elasticsearch@d7d27b20ef
This commit is contained in:
Jason Tedor 2017-03-30 08:38:57 -04:00
parent dfc21c56be
commit f52760d2ac
1 changed files with 1 additions and 4 deletions

View File

@ -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')