diff --git a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java index 5ada6515ff37c..eb15cef3b1c58 100644 --- a/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java +++ b/x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java @@ -266,6 +266,7 @@ public void testRetentionLeaseIsRenewedDuringRecovery() throws Exception { } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089") public void testRetentionLeasesAreNotBeingRenewedAfterRecoveryCompletes() throws Exception { final String leaderIndex = "leader"; final int numberOfShards = randomIntBetween(1, 3); @@ -462,6 +463,7 @@ public void testUnfollowRemovesRetentionLeases() throws Exception { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089") public void testUnfollowFailsToRemoveRetentionLeases() throws Exception { final String leaderIndex = "leader"; final String followerIndex = "follower"; @@ -532,6 +534,7 @@ public void testUnfollowFailsToRemoveRetentionLeases() throws Exception { } } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089") public void testRetentionLeaseRenewedWhileFollowing() throws Exception { final String leaderIndex = "leader"; final String followerIndex = "follower"; @@ -745,6 +748,7 @@ public void testRetentionLeaseRenewalIsResumedWhenFollowingIsResumed() throws Ex assertRetentionLeaseRenewal(numberOfShards, numberOfReplicas, followerIndex, leaderIndex); } + @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40089") public void testRetentionLeaseIsAddedIfItDisappearsWhileFollowing() throws Exception { final String leaderIndex = "leader"; final String followerIndex = "follower";