Skip to content

Commit

Permalink
Disabling docrep to remote store migration test for integTestRemote (o…
Browse files Browse the repository at this point in the history
…pensearch-project#1379) (opensearch-project#1381)

Signed-off-by: Shubh Sahu <shubhvs@amazon.com>
Co-authored-by: Shubh Sahu <shubhvs@amazon.com>
(cherry picked from commit d287aa2)

Co-authored-by: Shubh Sahu <shubhsahu200103@gmail.com>
  • Loading branch information
2 people authored and skumarp7 committed Jul 22, 2024
1 parent 2a8094e commit 4a58784
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,8 @@ task integTestRemote (type: RestIntegTestTask) {

}
filter {
setExcludePatterns("org.opensearch.replication.bwc.BackwardsCompatibilityIT","org.opensearch.replication.singleCluster.SingleClusterSanityIT")
setExcludePatterns("org.opensearch.replication.bwc.BackwardsCompatibilityIT","org.opensearch.replication.singleCluster.SingleClusterSanityIT",
"org.opensearch.replication.integ.rest.StartReplicationIT.test operations are fetched from lucene when leader is in mixed mode")
}
}

Expand Down

0 comments on commit 4a58784

Please sign in to comment.