Skip to content

Commit 00ce1d7

Browse files
Mute failing test in IndexRecoveryIT (#62865) (#62868)
Relates #62863
1 parent e323c52 commit 00ce1d7

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
@@ -1765,6 +1765,8 @@ public void testAllocateEmptyPrimaryResetsGlobalCheckpoint() throws Exception {
17651765
assertThat(shardStats.getSeqNoStats().getGlobalCheckpoint(), equalTo(SequenceNumbers.NO_OPS_PERFORMED));
17661766
}
17671767
}
1768+
1769+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/62863")
17681770
public void testPeerRecoveryTrimsLocalTranslog() throws Exception {
17691771
internalCluster().startNode();
17701772
List<String> dataNodes = internalCluster().startDataOnlyNodes(2);

0 commit comments

Comments
 (0)