Skip to content

Commit 67ec0a4

Browse files
author
Christoph Büscher
authored
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.
1 parent 563a788 commit 67ec0a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/test/java/org/elasticsearch/cluster/SpecificMasterNodesIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public void testSimpleOnlyMasterNodeElection() throws IOException {
8484
.execute().actionGet().getState().nodes().getMasterNode().getName(), equalTo(nextMasterEligibleNodeName));
8585
}
8686

87-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/38331")
8887
public void testElectOnlyBetweenMasterNodes() throws Exception {
8988
internalCluster().setBootstrapMasterNodeIndex(0);
9089
logger.info("--> start data node / non master node");

0 commit comments

Comments
 (0)