We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3578a commit 3a44dbbCopy full SHA for 3a44dbb
x-pack/plugin/ccr/src/test/java/org/elasticsearch/xpack/ccr/CcrRetentionLeaseIT.java
@@ -614,6 +614,7 @@ public void testRetentionLeaseAdvancesWhileFollowing() throws Exception {
614
});
615
}
616
617
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39509")
618
@TestLogging(value = "org.elasticsearch.xpack.ccr:trace")
619
public void testRetentionLeaseRenewalIsCancelledWhenFollowingIsPaused() throws Exception {
620
final String leaderIndex = "leader";
0 commit comments