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 <poojiraj@amazon.com>
Signed-off-by: Ivan Brusic <ivan.brusic@flocksafety.com>
  • Loading branch information
Poojita-Raj authored and brusic committed Sep 25, 2023
1 parent ce1a049 commit bfc2b97
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 bfc2b97

Please sign in to comment.