Unmute SpecificMasterNodesIT test (#44436)
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.
This commit is contained in:
parent
563a78829f
commit
67ec0a4e9b
|
@ -84,7 +84,6 @@ 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");
|
||||
|
|
Loading…
Reference in New Issue