Skip to content

Commit

Permalink
Skip testPitCreatedOnReplica IT with remote store (opensearch-project…
Browse files Browse the repository at this point in the history
…#8877)

* Skip testPitCreatedOnReplica IT with remote store

Signed-off-by: Suraj Singh <[email protected]>

* Address review comment

Signed-off-by: Suraj Singh <[email protected]>

---------

Signed-off-by: Suraj Singh <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
  • Loading branch information
dreamer-89 authored and shiv0408 committed Apr 25, 2024
1 parent fec55ae commit ce5f92a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,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 ce5f92a

Please sign in to comment.