[Test] Mute testAbortedSnapshotDuringInitDoesNotStart()

The failing test is tracked in #27974
This commit is contained in:
Tanguy Leroux 2017-12-23 14:51:21 +01:00
parent 87819a0a7f
commit f6b9d3fd8f
1 changed files with 1 additions and 0 deletions

View File

@ -3151,6 +3151,7 @@ public class SharedClusterSnapshotRestoreIT extends AbstractSnapshotIntegTestCas
assertThat(shardStats.getSeqNoStats().getMaxSeqNo(), equalTo(15L));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27974")
public void testAbortedSnapshotDuringInitDoesNotStart() throws Exception {
final Client client = client();