From f52760d2ac604566dc822340b5fc431a8038e03c Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 30 Mar 2017 08:38:57 -0400 Subject: [PATCH] Revert "Silence UpgradeClusterClientYamlTestSuiteIT" This reverts commit elastic/x-pack-elasticsearch@e29f94b24c381df122416ce43b64a28ff0fb71c7. Original commit: elastic/x-pack-elasticsearch@d7d27b20eff2820e7422cd7c7a984ceb23409b8f --- qa/rolling-upgrade/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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')