Skip to content

Commit

Permalink
Mute flaky test ShardMovementStrategyTests.testClusterGreenAfterParti…
Browse files Browse the repository at this point in the history
…alRelocationNoPreferenceShardMovementPrimaryFirstEnabled (opensearch-project#9181)

Signed-off-by: Poojita Raj <[email protected]>
  • Loading branch information
Poojita-Raj committed Aug 9, 2023
1 parent 7560afb commit ccf0b9a
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 ccf0b9a

Please sign in to comment.