Skip to content

Commit

Permalink
[Segment Replication] Mute flaky tests (opensearch-project#5742)
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Singh <[email protected]>

Signed-off-by: Suraj Singh <[email protected]>
  • Loading branch information
dreamer-89 authored and mch2 committed Jan 19, 2023
1 parent 4915d02 commit 2637744
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ public void testPrimaryStopped_ReplicaPromoted() throws Exception {
assertSegmentStats(REPLICA_COUNT);
}

@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/5669")
public void testRestartPrimary() throws Exception {
final String primary = internalCluster().startNode(featureFlagSettings());
createIndex(INDEX_NAME);
Expand Down

0 comments on commit 2637744

Please sign in to comment.