We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c151f commit 343039eCopy full SHA for 343039e
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java
@@ -266,6 +266,7 @@ public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception {
266
267
}
268
269
+ @AwaitsFix(bugUrl="https://github.com/elastic/elasticsearch/issues/39331")
270
public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes() throws Exception {
271
final String leaderIndex = "leader";
272
final int numberOfShards = randomIntBetween(1, 3);
0 commit comments