We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a1d4f commit f79e602Copy full SHA for f79e602
server/src/test/java/org/elasticsearch/discovery/ClusterDisruptionIT.java
@@ -286,6 +286,7 @@ public void testRejoinDocumentExistsInAllShardCopies() throws Exception {
286
}
287
288
// simulate handling of sending shard failure during an isolation
289
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36428")
290
public void testSendingShardFailure() throws Exception {
291
List<String> nodes = startCluster(3);
292
String masterNode = internalCluster().getMasterName();
0 commit comments