Skip to content

Commit

Permalink
remove newly added tests in restart test
Browse files Browse the repository at this point in the history
Signed-off-by: will-hwang <[email protected]>
  • Loading branch information
will-hwang committed Jan 8, 2025
1 parent 9cb49ea commit 0987831
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qa/restart-upgrade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ task testAgainstOldCluster(type: StandaloneRestIntegTestTask) {
if (versionsBelow2_15.any { ext.neural_search_bwc_version.startsWith(it) }){
filter {
excludeTestsMatching "org.opensearch.neuralsearch.bwc.NeuralSparseTwoPhaseProcessorIT.*"
excludeTestsMatching "org.opensearch.neuralsearch.bwc.HybridSearchWithRescoreIT.*"
}
}

Expand Down Expand Up @@ -167,7 +166,6 @@ task testAgainstNewCluster(type: StandaloneRestIntegTestTask) {
if (versionsBelow2_15.any { ext.neural_search_bwc_version.startsWith(it) }){
filter {
excludeTestsMatching "org.opensearch.neuralsearch.bwc.NeuralSparseTwoPhaseProcessorIT.*"
excludeTestsMatching "org.opensearch.neuralsearch.bwc.HybridSearchWithRescoreIT.*"
}
}

Expand Down

0 comments on commit 0987831

Please sign in to comment.