Skip to content

Commit 49dff52

Browse files
committed
Mute failing CCR retention lease unfollow test
This commit mutes a CCR retention lease unfollow test that is failing randomly, but frequently.
1 parent 6eeccd8 commit 49dff52

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ public void testUnfollowRemovesRetentionLeases() throws Exception {
460460
}
461461
}
462462

463+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39185")
463464
public void testUnfollowFailsToRemoveRetentionLeases() throws Exception {
464465
final String leaderIndex = "leader";
465466
final String followerIndex = "follower";

0 commit comments

Comments
 (0)