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 3bbf942 commit f28722f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3131,6 +3131,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 f28722f

Please sign in to comment.