Mute SpecificMasterNodesIT.testElectOnlyBetweenMasterNodes()

Tracked in #38331
This commit is contained in:
Tanguy Leroux 2019-02-27 17:54:54 +01:00
parent 54ced2949b
commit 983b5d1c0e
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ public class SpecificMasterNodesIT extends ESIntegTestCase {
.execute().actionGet().getState().nodes().getMasterNode().getName(), equalTo(nextMasterEligibleNodeName));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38331")
public void testElectOnlyBetweenMasterNodes() throws Exception {
internalCluster().setBootstrapMasterNodeIndex(0);
logger.info("--> start data node / non master node");