Skip to content

Commit

Permalink
[Segment Replication] Mute testAllocationWithDisruption flaky test (#…
Browse files Browse the repository at this point in the history
…6815)

Signed-off-by: Suraj Singh <surajrider@gmail.com>
  • Loading branch information
dreamer-89 authored Mar 23, 2023
1 parent 879ade7 commit cf51fde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cf51fde

Please sign in to comment.