Mutes IndexLifecycleInitialisationIT.testMasterFailover

Due to a bug with unassigned shards in force merge action
This commit is contained in:
Colin Goodheart-Smithe 2018-01-05 12:43:13 +00:00
parent 148688a991
commit c4621d9dc7

View File

@ -148,6 +148,8 @@ public class IndexLifecycleInitialisationIT extends ESIntegTestCase {
});
}
// NORELEASE re-enable when force merge action bug is fixed
@AwaitsFix(bugUrl = "Fails because force merge action expect shards to be assigned")
public void testMasterFailover() throws Exception {
// start one server
logger.info("Starting sever1");