From 3e73911cbe81c05d71439fe9230bf4eeacf2e9b6 Mon Sep 17 00:00:00 2001 From: Alpar Torok Date: Fri, 11 Jan 2019 10:45:40 +0200 Subject: [PATCH] Mute PrimaryAllocationIT.testForceStaleReplicaToBePromotedToPrimaryOnWrongNode Tracking issue: #37345 --- .../org/elasticsearch/cluster/routing/PrimaryAllocationIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/test/java/org/elasticsearch/cluster/routing/PrimaryAllocationIT.java b/server/src/test/java/org/elasticsearch/cluster/routing/PrimaryAllocationIT.java index 213d8175fcd..3f826c587e6 100644 --- a/server/src/test/java/org/elasticsearch/cluster/routing/PrimaryAllocationIT.java +++ b/server/src/test/java/org/elasticsearch/cluster/routing/PrimaryAllocationIT.java @@ -265,6 +265,7 @@ public class PrimaryAllocationIT extends ESIntegTestCase { assertThat(newHistoryUUIds, hasSize(1)); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37345") public void testForceStaleReplicaToBePromotedToPrimaryOnWrongNode() throws Exception { String master = internalCluster().startMasterOnlyNode(Settings.EMPTY); internalCluster().startDataOnlyNodes(2);