We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eeccd8 commit 49dff52Copy full SHA for 49dff52
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java
@@ -460,6 +460,7 @@ public void testUnfollowRemovesRetentionLeases() throws Exception {
460
}
461
462
463
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39185")
464
public void testUnfollowFailsToRemoveRetentionLeases() throws Exception {
465
final String leaderIndex = "leader";
466
final String followerIndex = "follower";
0 commit comments