Skip to content

Commit

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

Signed-off-by: Shubh Sahu <[email protected]>
Co-authored-by: Shubh Sahu <[email protected]>
(cherry picked from commit d287aa2)

Co-authored-by: Shubh Sahu <[email protected]>
  • Loading branch information
1 parent 7e4996c commit 99bad2b
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 99bad2b

Please sign in to comment.