Skip to content

Commit 68a0e49

Browse files
Mute failing test in IndexRecoveryIT (elastic#62865)
Relates elastic#62863
1 parent bd8da2a commit 68a0e49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/internalClusterTest/java/org/elasticsearch/indices/recovery/IndexRecoveryIT.java

+2
Original file line numberDiff line numberDiff line change
@@ -1705,6 +1705,8 @@ public void testAllocateEmptyPrimaryResetsGlobalCheckpoint() throws Exception {
17051705
assertThat(shardStats.getSeqNoStats().getGlobalCheckpoint(), equalTo(SequenceNumbers.NO_OPS_PERFORMED));
17061706
}
17071707
}
1708+
1709+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62863")
17081710
public void testPeerRecoveryTrimsLocalTranslog() throws Exception {
17091711
internalCluster().startNode();
17101712
List<String> dataNodes = internalCluster().startDataOnlyNodes(2);

0 commit comments

Comments
 (0)