Mute testCannotShrinkLeaderIndex (#38374)
This test should not pass until CCR finishes integrating shard history retention leases. It currently sometimes passes (which is a bug in the test), but cannot pass reliably until the linked issue is resolved.
This commit is contained in:
parent
cecfa5bd6d
commit
b866417650
|
@ -326,6 +326,9 @@ public class CCRIndexLifecycleIT extends ESCCRRestTestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Specifically, this is waiting for this bullet to be complete:
|
||||||
|
// - integrate shard history retention leases with cross-cluster replication
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37165")
|
||||||
public void testCannotShrinkLeaderIndex() throws Exception {
|
public void testCannotShrinkLeaderIndex() throws Exception {
|
||||||
String indexName = "shrink-leader-test";
|
String indexName = "shrink-leader-test";
|
||||||
String shrunkenIndexName = "shrink-" + indexName;
|
String shrunkenIndexName = "shrink-" + indexName;
|
||||||
|
|
Loading…
Reference in New Issue