parent
7de4d2cb0f
commit
ae086ebcc4
|
@ -75,6 +75,7 @@ public class SnapshotDisruptionIT extends ESIntegTestCase {
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36779")
|
||||||
public void testDisruptionOnSnapshotInitialization() throws Exception {
|
public void testDisruptionOnSnapshotInitialization() throws Exception {
|
||||||
final String idxName = "test";
|
final String idxName = "test";
|
||||||
final List<String> allMasterEligibleNodes = internalCluster().startMasterOnlyNodes(3);
|
final List<String> allMasterEligibleNodes = internalCluster().startMasterOnlyNodes(3);
|
||||||
|
|
Loading…
Reference in New Issue