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: Ivan Brusic <ivan.brusic@flocksafety.com>
  • Loading branch information
linuxpi authored and brusic committed Sep 25, 2023
1 parent 7e23bfb commit 5ac6631
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 5ac6631

Please sign in to comment.