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
  • Loading branch information
andrershov committed Feb 13, 2019
1 parent 0810eb4 commit 038d4ab
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit 038d4ab

Please sign in to comment.