Skip to content

Commit 97a4582

Browse files
author
Andrey Ershov
committed
Unmute testClusterJoinDespiteOfPublishingIssues and testElectMasterWithLatestVersion (#38555)
See my comments for #37539 and #37685 (cherry picked from commit 038d4ab)
1 parent 5972f5a commit 97a4582

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
@@ -56,7 +56,6 @@ public class DiscoveryDisruptionIT extends AbstractDisruptionTestCase {
5656
/**
5757
* Test cluster join with issues in cluster state publishing *
5858
*/
59-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37685")
6059
public void testClusterJoinDespiteOfPublishingIssues() throws Exception {
6160
String masterNode = internalCluster().startMasterOnlyNode();
6261
String nonMasterNode = internalCluster().startDataOnlyNode();
@@ -126,7 +125,6 @@ public void testClusterFormingWithASlowNode() {
126125
ensureStableCluster(3);
127126
}
128127

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

0 commit comments

Comments
 (0)