mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Mute ClusterDisruptionIT#testCannotJoinIfMasterLostDataFolder.
Tracked in #41047.
This commit is contained in:
parent
c0f715b337
commit
d38214060e
@ -386,6 +386,7 @@ public class ClusterDisruptionIT extends AbstractDisruptionTestCase {
|
||||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41047")
|
||||
public void testCannotJoinIfMasterLostDataFolder() throws Exception {
|
||||
String masterNode = internalCluster().startMasterOnlyNode();
|
||||
String dataNode = internalCluster().startDataOnlyNode();
|
||||
|
Loading…
x
Reference in New Issue
Block a user