Skip to content

Commit

Permalink
Unmute testClusterJoinDespiteOfPublishingIssues and testElectMasterWi…
Browse files Browse the repository at this point in the history
…thLatestVersion (#38555)

See my comments for #37539 and #37685

(cherry picked from commit 038d4ab)
  • Loading branch information
Andrey Ershov committed Jul 31, 2019
1 parent 5972f5a commit 97a4582
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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 @@ -126,7 +125,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

0 comments on commit 97a4582

Please sign in to comment.