Skip to content

Commit b866417

Browse files
authored
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.
1 parent cecfa5b commit b866417

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

x-pack/plugin/ilm/qa/multi-cluster/src/test/java/org/elasticsearch/xpack/indexlifecycle/CCRIndexLifecycleIT.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@ public void testUnfollowInjectedBeforeShrink() throws Exception {
326326
}
327327
}
328328

329+
// Specifically, this is waiting for this bullet to be complete:
330+
// - integrate shard history retention leases with cross-cluster replication
331+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/37165")
329332
public void testCannotShrinkLeaderIndex() throws Exception {
330333
String indexName = "shrink-leader-test";
331334
String shrunkenIndexName = "shrink-" + indexName;

0 commit comments

Comments
 (0)