From 04982b8d3af18df7876ddac258ba93dc8e80410a Mon Sep 17 00:00:00 2001 From: Andrey Ershov Date: Thu, 7 Feb 2019 10:23:05 +0100 Subject: [PATCH] Unmute testClusterJoinDespiteOfPublishingIssues and testElectMasterWithLatestVersion --- .../java/org/elasticsearch/discovery/DiscoveryDisruptionIT.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/src/test/java/org/elasticsearch/discovery/DiscoveryDisruptionIT.java b/server/src/test/java/org/elasticsearch/discovery/DiscoveryDisruptionIT.java index 4fabbe7484837..7f4765df31009 100644 --- a/server/src/test/java/org/elasticsearch/discovery/DiscoveryDisruptionIT.java +++ b/server/src/test/java/org/elasticsearch/discovery/DiscoveryDisruptionIT.java @@ -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(); @@ -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 nodes = new HashSet<>(internalCluster().startNodes(3)); ensureStableCluster(3);