diff --git a/qa/rolling-upgrade/build.gradle b/qa/rolling-upgrade/build.gradle index e12bffe3db8..37ae7452c83 100644 --- a/qa/rolling-upgrade/build.gradle +++ b/qa/rolling-upgrade/build.gradle @@ -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')