We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563a788 commit 67ec0a4Copy full SHA for 67ec0a4
server/src/test/java/org/elasticsearch/cluster/SpecificMasterNodesIT.java
@@ -84,7 +84,6 @@ public void testSimpleOnlyMasterNodeElection() throws IOException {
84
.execute().actionGet().getState().nodes().getMasterNode().getName(), equalTo(nextMasterEligibleNodeName));
85
}
86
87
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38331")
88
public void testElectOnlyBetweenMasterNodes() throws Exception {
89
internalCluster().setBootstrapMasterNodeIndex(0);
90
logger.info("--> start data node / non master node");
0 commit comments