Skip to content

Commit 18fc75f

Browse files
Mute test - SegmentReplicationIndexShardTests#testNRTReplicaWithRemoteStorePromotedAsPrimaryCommitCommit (#8818) (#8819)
(cherry picked from commit b669533) Signed-off-by: bansvaru <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 63e0fd0 commit 18fc75f

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

Lines changed: 1 addition & 0 deletions
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)