mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 21:38:15 +00:00
Mutes IndexLifecycleInitialisationIT.testMasterFailover
Due to a bug with unassigned shards in force merge action
This commit is contained in:
parent
148688a991
commit
c4621d9dc7
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user