[Test] Mute testAbortedSnapshotDuringInitDoesNotStart()
The failing test is tracked in #27974
This commit is contained in:
parent
87819a0a7f
commit
f6b9d3fd8f
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue