Skip to content

Commit

Permalink
Mute Flaky Test SegmentReplicationAllocationIT.testPerIndexPrimaryAll…
Browse files Browse the repository at this point in the history
…ocation (#8244)

Signed-off-by: Marc Handalian <handalm@amazon.com>
  • Loading branch information
mch2 committed Jun 24, 2023
1 parent 3b04ef4 commit 2407e46
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void testGlobalPrimaryAllocation() throws Exception {
* This test in general passes without primary shard balance as well due to nature of allocation algorithm which
* assigns all primary shards first followed by replica copies.
*/
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/7751")
public void testPerIndexPrimaryAllocation() throws Exception {
internalCluster().startClusterManagerOnlyNode();
final int maxReplicaCount = 2;
Expand Down

0 comments on commit 2407e46

Please sign in to comment.