Muting SnapshotDisruptionIT

Tracked in #36779
This commit is contained in:
Alpar Torok 2019-01-09 16:55:11 +02:00
parent 7de4d2cb0f
commit ae086ebcc4
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,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);