Skip to content

Commit f6b9d3f

Browse files
committed
[Test] Mute testAbortedSnapshotDuringInitDoesNotStart()
The failing test is tracked in #27974
1 parent 87819a0 commit f6b9d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3151,6 +3151,7 @@ public void testSnapshottingWithMissingSequenceNumbers() {
31513151
assertThat(shardStats.getSeqNoStats().getMaxSeqNo(), equalTo(15L));
31523152
}
31533153

3154+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/27974")
31543155
public void testAbortedSnapshotDuringInitDoesNotStart() throws Exception {
31553156
final Client client = client();
31563157

0 commit comments

Comments
 (0)