Skip to content

Commit

Permalink
Mute test ShardMovementStrategyTests.testClusterGreenAfterPartialRelo…
Browse files Browse the repository at this point in the history
…cationNoPreferenceShardMovementPrimaryFirstEnabled

Signed-off-by: Poojita Raj <[email protected]>
  • Loading branch information
Poojita-Raj committed Aug 8, 2023
1 parent 6eb87b5 commit 2766bf5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public void testClusterGreenAfterPartialRelocationReplicaFirstShardMovementPrima
testClusterGreenAfterPartialRelocation(ShardMovementStrategy.REPLICA_FIRST, false);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/9178")
public void testClusterGreenAfterPartialRelocationNoPreferenceShardMovementPrimaryFirstEnabled() throws InterruptedException {
testClusterGreenAfterPartialRelocation(ShardMovementStrategy.NO_PREFERENCE, true);
}
Expand Down

0 comments on commit 2766bf5

Please sign in to comment.