Skip to content

Commit

Permalink
Mute flaky test ReplicaToPrimaryPromotionIT.testFailoverWhileIndexing (
Browse files Browse the repository at this point in the history
…opensearch-project#9131)

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 cdf4bad commit 58f96ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public void testPromoteReplicaToPrimary() throws Exception {
assertHitCount(client().prepareSearch(indexName).setSize(0).get(), numOfDocs);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/9130")
public void testFailoverWhileIndexing() throws Exception {
internalCluster().startNode();
internalCluster().startNode();
Expand Down

0 comments on commit 58f96ed

Please sign in to comment.