Skip to content

Commit b669533

Browse files
authored
Mute test - SegmentReplicationIndexShardTests#testNRTReplicaWithRemoteStorePromotedAsPrimaryCommitCommit (opensearch-project#8818)
Signed-off-by: bansvaru <bansvaru@amazon.com>
1 parent c47ec1b commit b669533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎server/src/test/java/org/opensearch/index/shard/SegmentReplicationIndexShardTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@ public void testNRTReplicaWithRemoteStorePromotedAsPrimaryCommitRefresh() throws
884884
testNRTReplicaWithRemoteStorePromotedAsPrimary(true, false);
885885
}
886886

887+
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/8817")
887888
public void testNRTReplicaWithRemoteStorePromotedAsPrimaryCommitCommit() throws Exception {
888889
testNRTReplicaWithRemoteStorePromotedAsPrimary(true, true);
889890
}

0 commit comments

Comments
 (0)