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 authored and ywelsch committed Mar 28, 2019
1 parent 513fef0 commit 2964cea
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 2964cea

Please sign in to comment.