|
@@ -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 {
|
|
|
String indexName = "shrink-leader-test";
|
|
|
String shrunkenIndexName = "shrink-" + indexName;
|