mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +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));
|
assertThat(shardStats.getSeqNoStats().getMaxSeqNo(), equalTo(15L));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27974")
|
||||||
public void testAbortedSnapshotDuringInitDoesNotStart() throws Exception {
|
public void testAbortedSnapshotDuringInitDoesNotStart() throws Exception {
|
||||||
final Client client = client();
|
final Client client = client();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user