Skip to content

Commit bb78930

Browse files
authored
Mute flaky test ReplicaToPrimaryPromotionIT.testFailoverWhileIndexing (#9131)
Signed-off-by: Poojita Raj <[email protected]>
1 parent c6e4bcd commit bb78930

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/internalClusterTest/java/org/opensearch/remotestore/ReplicaToPrimaryPromotionIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public void testPromoteReplicaToPrimary() throws Exception {
122122
assertHitCount(client().prepareSearch(indexName).setSize(0).get(), numOfDocs);
123123
}
124124

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

0 commit comments

Comments
 (0)