Silence UpgradeClusterClientYamlTestSuiteIT

Relates elastic/x-pack-elasticsearch#870
Relates elastic/x-pack-kibana#690

Original commit: elastic/x-pack-elasticsearch@e29f94b24c
This commit is contained in:
Daniel Mitterdorfer 2017-03-29 10:38:28 +02:00
parent e5b7148fee
commit 2355338625
1 changed files with 4 additions and 1 deletions

View File

@ -120,7 +120,10 @@ task integTest {
test.enabled = false // no unit tests for rolling upgrades, only the rest integration test
check.dependsOn(integTest)
// 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)
dependencies {
testCompile project(path: ':x-pack-elasticsearch:plugin', configuration: 'runtime')