We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd12e00 commit ea9b08dCopy full SHA for ea9b08d
server/src/test/java/org/elasticsearch/discovery/SnapshotDisruptionIT.java
@@ -72,6 +72,7 @@ protected Settings nodeSettings(int nodeOrdinal) {
72
.build();
73
}
74
75
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36779")
76
public void testDisruptionOnSnapshotInitialization() throws Exception {
77
final String idxName = "test";
78
final List<String> allMasterEligibleNodes = internalCluster().startMasterOnlyNodes(3);
0 commit comments