Mute MlDistributedFailureIT#testFullClusterRestart()

Relates elastic/elasticsearch#25415

Original commit: elastic/x-pack-elasticsearch@01fa0e7601
This commit is contained in:
Daniel Mitterdorfer 2017-06-27 12:44:22 +02:00
parent 10a95c4268
commit 54345e6b8e
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ public class MlDistributedFailureIT extends BaseMlIntegTestCase {
}); });
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/25415")
public void testFullClusterRestart() throws Exception { public void testFullClusterRestart() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(3); internalCluster().ensureAtLeastNumDataNodes(3);
ensureStableClusterOnAllNodes(3); ensureStableClusterOnAllNodes(3);