File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
server/src/test/java/org/elasticsearch/discovery Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ public class DiscoveryDisruptionIT extends AbstractDisruptionTestCase {
58
58
/**
59
59
* Test cluster join with issues in cluster state publishing *
60
60
*/
61
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/37685" )
62
61
public void testClusterJoinDespiteOfPublishingIssues () throws Exception {
63
62
String masterNode = internalCluster ().startMasterOnlyNode ();
64
63
String nonMasterNode = internalCluster ().startDataOnlyNode ();
@@ -128,7 +127,6 @@ public void testClusterFormingWithASlowNode() {
128
127
ensureStableCluster (3 );
129
128
}
130
129
131
- @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/37539" )
132
130
public void testElectMasterWithLatestVersion () throws Exception {
133
131
final Set <String > nodes = new HashSet <>(internalCluster ().startNodes (3 ));
134
132
ensureStableCluster (3 );
You can’t perform that action at this time.
0 commit comments