Skip to content

Commit 038d4ab

Browse files
authored
Unmute testClusterJoinDespiteOfPublishingIssues and testElectMasterWithLatestVersion (#38555)
See my comments for #37539 and #37685
1 parent 0810eb4 commit 038d4ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/test/java/org/elasticsearch/discovery/DiscoveryDisruptionIT.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public class DiscoveryDisruptionIT extends AbstractDisruptionTestCase {
5858
/**
5959
* Test cluster join with issues in cluster state publishing *
6060
*/
61-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37685")
6261
public void testClusterJoinDespiteOfPublishingIssues() throws Exception {
6362
String masterNode = internalCluster().startMasterOnlyNode();
6463
String nonMasterNode = internalCluster().startDataOnlyNode();
@@ -128,7 +127,6 @@ public void testClusterFormingWithASlowNode() {
128127
ensureStableCluster(3);
129128
}
130129

131-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37539")
132130
public void testElectMasterWithLatestVersion() throws Exception {
133131
final Set<String> nodes = new HashSet<>(internalCluster().startNodes(3));
134132
ensureStableCluster(3);

0 commit comments

Comments
 (0)