diff --git a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationAllocationIT.java b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationAllocationIT.java index c95c8e30342af..ae3381f5116d2 100644 --- a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationAllocationIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationAllocationIT.java @@ -169,6 +169,7 @@ public void testSingleIndexShardAllocation() throws Exception { * Similar to testSingleIndexShardAllocation test but creates multiple indices, multiple node adding in and getting * removed. The test asserts post each such event that primary shard distribution is balanced across single index. */ + @AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/6565") public void testAllocationWithDisruption() throws Exception { internalCluster().startClusterManagerOnlyNode(); final int maxReplicaCount = 2;