Mute CcrRetentionLeaseIT#testRetentionLeaseRenewalIsCancelledWhenFollowingIsPaused (#39897)
Relates #39509
This commit is contained in:
parent
b841de2e38
commit
1bc31aca03
|
@ -614,6 +614,7 @@ public class CcrRetentionLeaseIT extends CcrIntegTestCase {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39509")
|
||||||
@TestLogging(value = "org.elasticsearch.xpack.ccr:trace")
|
@TestLogging(value = "org.elasticsearch.xpack.ccr:trace")
|
||||||
public void testRetentionLeaseRenewalIsCancelledWhenFollowingIsPaused() throws Exception {
|
public void testRetentionLeaseRenewalIsCancelledWhenFollowingIsPaused() throws Exception {
|
||||||
final String leaderIndex = "leader";
|
final String leaderIndex = "leader";
|
||||||
|
|
Loading…
Reference in New Issue