We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad408a5 commit 6e2b53bCopy full SHA for 6e2b53b
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