Skip to content

Commit

Permalink
Skip testPitCreatedOnReplica IT with remote store (#8877) (#8886)
Browse files Browse the repository at this point in the history
* Skip testPitCreatedOnReplica IT with remote store



* Address review comment



---------


(cherry picked from commit 1b5e64a)

Signed-off-by: Suraj Singh <[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>
  • Loading branch information
1 parent c3b67b9 commit de5e971
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1178,6 +1178,10 @@ public void testScrollWithOngoingSegmentReplication() throws Exception {
}

public void testPitCreatedOnReplica() throws Exception {
assumeFalse(
"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();
createIndex(INDEX_NAME);
ensureYellowAndNoInitializingShards(INDEX_NAME);
Expand Down

0 comments on commit de5e971

Please sign in to comment.