Skip to content

Commit

Permalink
Unmute SpecificMasterNodesIT test (#44436)
Browse files Browse the repository at this point in the history
The underlying issue is closed and the fix in #42454 seems to have been
backported to 7.x and 7.3 so we can reactivate the test.
  • Loading branch information
Christoph Büscher committed Jul 16, 2019
1 parent 0b76608 commit 682d8b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ 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 682d8b3

Please sign in to comment.