Skip to content

Commit

Permalink
Mute test - SegmentReplicationIndexShardTests#testNRTReplicaWithRemot…
Browse files Browse the repository at this point in the history
…eStorePromotedAsPrimaryCommitCommit (opensearch-project#8818)

Signed-off-by: bansvaru <bansvaru@amazon.com>
Signed-off-by: Kaushal Kumar <ravi.kaushal97@gmail.com>
  • Loading branch information
linuxpi authored and kaushalmahi12 committed Sep 12, 2023
1 parent 0816426 commit 95d2a0a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,7 @@ public void testNRTReplicaWithRemoteStorePromotedAsPrimaryCommitRefresh() throws
testNRTReplicaWithRemoteStorePromotedAsPrimary(true, false);
}

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

0 comments on commit 95d2a0a

Please sign in to comment.