Tests: Mute SnapshotDisruptionIT.testDisruptionOnSnapshotInitialization
Relates #36779
This commit is contained in:
parent
bd12e00b53
commit
ea9b08dee1
|
@ -72,6 +72,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