Skip to content

Commit

Permalink
Unmute segrep test testPrimaryStopped_ReplicaPromoted. (#6282)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <handalm@amazon.com>
  • Loading branch information
mch2 authored Feb 10, 2023
1 parent bcdf0c9 commit c95a6b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

@OpenSearchIntegTestCase.ClusterScope(scope = OpenSearchIntegTestCase.Scope.TEST, numDataNodes = 0)
public class SegmentReplicationIT extends SegmentReplicationBaseIT {
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/5669")

public void testPrimaryStopped_ReplicaPromoted() throws Exception {
final String primary = internalCluster().startNode();
createIndex(INDEX_NAME);
Expand Down

0 comments on commit c95a6b9

Please sign in to comment.