Skip to content

Commit ea9b08d

Browse files
committed
Tests: Mute SnapshotDisruptionIT.testDisruptionOnSnapshotInitialization
Relates #36779
1 parent bd12e00 commit ea9b08d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
7272
.build();
7373
}
7474

75+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36779")
7576
public void testDisruptionOnSnapshotInitialization() throws Exception {
7677
final String idxName = "test";
7778
final List<String> allMasterEligibleNodes = internalCluster().startMasterOnlyNodes(3);

0 commit comments

Comments
 (0)