Skip to content

Commit

Permalink
Mute SpecificMasterNodesIT.testElectOnlyBetweenMasterNodes()
Browse files Browse the repository at this point in the history
Tracked in #38331
  • Loading branch information
tlrx committed Feb 27, 2019
1 parent cd02b01 commit f1d801c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public void testSimpleOnlyMasterNodeElection() throws IOException {
.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");
Expand Down

0 comments on commit f1d801c

Please sign in to comment.