Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Singh <[email protected]>
  • Loading branch information
dreamer-89 committed Jul 26, 2023
1 parent c6eb677 commit 72377d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ public void testScrollWithOngoingSegmentReplication() throws Exception {

public void testPitCreatedOnReplica() throws Exception {
assumeFalse(
"Skipping the test as its not compatible with segment replication with remote store yet.",
"Skipping the test as it is flaky with remote store. Tracking issue https://github.com/opensearch-project/OpenSearch/issues/8850",
segmentReplicationWithRemoteEnabled()
);
final String primary = internalCluster().startDataOnlyNode();
Expand Down

0 comments on commit 72377d3

Please sign in to comment.