Skip to content

Commit f79e602

Browse files
committed
Mute ClusterDisruptionIT.testSendingShardFailure
Relates to #36428
1 parent 38a1d4f commit f79e602

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/discovery/ClusterDisruptionIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ public void testRejoinDocumentExistsInAllShardCopies() throws Exception {
286286
}
287287

288288
// simulate handling of sending shard failure during an isolation
289+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36428")
289290
public void testSendingShardFailure() throws Exception {
290291
List<String> nodes = startCluster(3);
291292
String masterNode = internalCluster().getMasterName();

0 commit comments

Comments
 (0)