Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public class DiscoveryDisruptionIT extends AbstractDisruptionTestCase {
/**
* Test cluster join with issues in cluster state publishing *
*/
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37685")
public void testClusterJoinDespiteOfPublishingIssues() throws Exception {
String masterNode = internalCluster().startMasterOnlyNode();
String nonMasterNode = internalCluster().startDataOnlyNode();
Expand Down Expand Up @@ -128,7 +127,6 @@ public void testClusterFormingWithASlowNode() {
ensureStableCluster(3);
}

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