File tree Expand file tree Collapse file tree
server/src/test/java/org/elasticsearch/discovery Expand file tree Collapse file tree Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments