Mute IndexMasterFailoverIT.testMasterFailoverDuringIndexingWithMappingChanges

Tracked by #30844
This commit is contained in:
Igor Motov 2018-05-24 14:39:04 -04:00
parent cf0e0606af
commit 3622486889
1 changed files with 1 additions and 0 deletions

View File

@ -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");