Mute FullRollingRestartIT#testFullRollingRestart()

Relates #25420
This commit is contained in:
Daniel Mitterdorfer 2017-06-27 10:41:48 +02:00
parent ef9d099ffd
commit 54907ba352
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public class FullRollingRestartIT extends ESIntegTestCase {
return 1;
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/25420")
public void testFullRollingRestart() throws Exception {
Settings settings = Settings.builder().put(ZenDiscovery.JOIN_TIMEOUT_SETTING.getKey(), "30s").build();
internalCluster().startNode(settings);