mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
[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…
x
Reference in New Issue
Block a user