parent
38a1d4fcdb
commit
f79e602d9f
|
@ -286,6 +286,7 @@ public class ClusterDisruptionIT extends AbstractDisruptionTestCase {
|
|||
}
|
||||
|
||||
// simulate handling of sending shard failure during an isolation
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36428")
|
||||
public void testSendingShardFailure() throws Exception {
|
||||
List<String> nodes = startCluster(3);
|
||||
String masterNode = internalCluster().getMasterName();
|
||||
|
|
Loading…
Reference in New Issue