Skip to content

Commit

Permalink
[Test] Mute testAbortedSnapshotDuringInitDoesNotStart()
Browse files Browse the repository at this point in the history
The failing test is tracked in #27974
  • Loading branch information
tlrx committed Dec 23, 2017
1 parent 87819a0 commit f6b9d3f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3151,6 +3151,7 @@ public void testSnapshottingWithMissingSequenceNumbers() {
assertThat(shardStats.getSeqNoStats().getMaxSeqNo(), equalTo(15L));
}

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

Expand Down

0 comments on commit f6b9d3f

Please sign in to comment.