Skip to content

Commit

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

Signed-off-by: Poojita Raj <poojiraj@amazon.com>
  • Loading branch information
Poojita-Raj authored Aug 5, 2023
1 parent c6e4bcd commit bb78930
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 bb78930

Please sign in to comment.