@@ -266,6 +266,7 @@ public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception {
266266
267267 }
268268
269+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/40089" )
269270 public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes () throws Exception {
270271 final String leaderIndex = "leader" ;
271272 final int numberOfShards = randomIntBetween (1 , 3 );
@@ -462,6 +463,7 @@ public void testUnfollowRemovesRetentionLeases() throws Exception {
462463 }
463464 }
464465
466+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/40089" )
465467 public void testUnfollowFailsToRemoveRetentionLeases () throws Exception {
466468 final String leaderIndex = "leader" ;
467469 final String followerIndex = "follower" ;
@@ -532,6 +534,7 @@ public void testUnfollowFailsToRemoveRetentionLeases() throws Exception {
532534 }
533535 }
534536
537+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/40089" )
535538 public void testRetentionLeaseRenewedWhileFollowing () throws Exception {
536539 final String leaderIndex = "leader" ;
537540 final String followerIndex = "follower" ;
@@ -745,6 +748,7 @@ public void testRetentionLeaseRenewalIsResumedWhenFollowingIsResumed() throws Ex
745748 assertRetentionLeaseRenewal (numberOfShards , numberOfReplicas , followerIndex , leaderIndex );
746749 }
747750
751+ @ AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/40089" )
748752 public void testRetentionLeaseIsAddedIfItDisappearsWhileFollowing () throws Exception {
749753 final String leaderIndex = "leader" ;
750754 final String followerIndex = "follower" ;
0 commit comments