Skip to content

Commit 5841fd6

Browse files
committed
Mute CcrRetentionLeaseIT#testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes.
Tracked in #39331.
1 parent e3f7143 commit 5841fd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception {
265265

266266
}
267267

268+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39331")
268269
public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes() throws Exception {
269270
final String leaderIndex = "leader";
270271
final int numberOfShards = randomIntBetween(1, 3);

0 commit comments

Comments
 (0)