Tests: Mute SnapshotDisruptionIT.testDisruptionOnSnapshotInitialization

Relates #36779
This commit is contained in:
Alexander Reelsen 2018-12-18 18:25:06 +01:00
parent bd12e00b53
commit ea9b08dee1
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ public class SnapshotDisruptionIT extends ESIntegTestCase {
.build();
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36779")
public void testDisruptionOnSnapshotInitialization() throws Exception {
final String idxName = "test";
final List<String> allMasterEligibleNodes = internalCluster().startMasterOnlyNodes(3);