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