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 @@ -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 );
You can’t perform that action at this time.
0 commit comments