Skip to content

Commit

Permalink
Mute failing test in IndexRecoveryIT (#62865) (#62868)
Browse files Browse the repository at this point in the history
Relates #62863
  • Loading branch information
danielmitterdorfer authored Sep 24, 2020
1 parent e323c52 commit 00ce1d7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1765,6 +1765,8 @@ public void testAllocateEmptyPrimaryResetsGlobalCheckpoint() throws Exception {
assertThat(shardStats.getSeqNoStats().getGlobalCheckpoint(), equalTo(SequenceNumbers.NO_OPS_PERFORMED));
}
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62863")
public void testPeerRecoveryTrimsLocalTranslog() throws Exception {
internalCluster().startNode();
List<String> dataNodes = internalCluster().startDataOnlyNodes(2);
Expand Down

0 comments on commit 00ce1d7

Please sign in to comment.