From 362248688970cf20cdd405eb92b6520ae8da16fb Mon Sep 17 00:00:00 2001 From: Igor Motov Date: Thu, 24 May 2018 14:39:04 -0400 Subject: [PATCH] Mute IndexMasterFailoverIT.testMasterFailoverDuringIndexingWithMappingChanges Tracked by #30844 --- .../action/support/master/IndexingMasterFailoverIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/server/src/test/java/org/elasticsearch/action/support/master/IndexingMasterFailoverIT.java b/server/src/test/java/org/elasticsearch/action/support/master/IndexingMasterFailoverIT.java index 7a18ca4cff1..c6fb7c49802 100644 --- a/server/src/test/java/org/elasticsearch/action/support/master/IndexingMasterFailoverIT.java +++ b/server/src/test/java/org/elasticsearch/action/support/master/IndexingMasterFailoverIT.java @@ -66,6 +66,7 @@ public class IndexingMasterFailoverIT extends ESIntegTestCase { * This retry logic is implemented in TransportMasterNodeAction and tested by the following master failover scenario. */ @TestLogging("_root:DEBUG") + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/30844") public void testMasterFailoverDuringIndexingWithMappingChanges() throws Throwable { logger.info("--> start 4 nodes, 3 master, 1 data");