We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5ce1e0 commit 204480dCopy full SHA for 204480d
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java
@@ -181,6 +181,7 @@ public void testRetentionLeaseIsTakenAtTheStartOfRecovery() throws Exception {
181
182
}
183
184
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39011")
185
public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception {
186
final String leaderIndex = "leader";
187
final int numberOfShards = randomIntBetween(1, 3);
0 commit comments