From c95a6b952add0e60529eb87858214b0a5cfcd4cc Mon Sep 17 00:00:00 2001 From: Marc Handalian Date: Thu, 9 Feb 2023 22:44:38 -0700 Subject: [PATCH] Unmute segrep test testPrimaryStopped_ReplicaPromoted. (#6282) Signed-off-by: Marc Handalian --- .../opensearch/indices/replication/SegmentReplicationIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java index dfe27c54444d0..7d3a2a8f69bc8 100644 --- a/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/indices/replication/SegmentReplicationIT.java @@ -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);