Skip to content

Commit

Permalink
Mute flaky SegmentReplicationIT.testCancelPrimaryAllocation (#5928)
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Singh <surajrider@gmail.com>

Signed-off-by: Suraj Singh <surajrider@gmail.com>
  • Loading branch information
dreamer-89 committed Jan 19, 2023
1 parent 2858bd9 commit 493eae8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ public void testRestartPrimary() throws Exception {
assertSegmentStats(REPLICA_COUNT);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/5669")
public void testCancelPrimaryAllocation() throws Exception {
// this test cancels allocation on the primary - promoting the new replica and recreating the former primary as a replica.
final String primary = internalCluster().startNode(featureFlagSettings());
Expand Down

0 comments on commit 493eae8

Please sign in to comment.