Disable IndexUpgradeIT.testIndexUpgradeInfoOnEmptyCluster too.

Relates elastic/x-pack-elasticsearch#3921

Original commit: elastic/x-pack-elasticsearch@88e66c5564
This commit is contained in:
Adrien Grand 2018-02-14 09:05:51 +01:00
parent 8dbd1fd2cd
commit 48847720e8
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ public class IndexUpgradeIT extends IndexUpgradeIntegTestCase {
assertTrue(postUpgradeIsCalled.get());
}
@AwaitsFix(bugUrl="https://github.com/elastic/x-pack-elasticsearch/issues/3921")
public void testIndexUpgradeInfoOnEmptyCluster() {
// On empty cluster asking for all indices shouldn't fail since no indices means nothing needs to be upgraded
Response response = client().prepareExecute(IndexUpgradeInfoAction.INSTANCE).setIndices("_all").get();