Skip to content

Commit

Permalink
Test: recover search index tool it in multi node cluster (opensearch-…
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Aug 2, 2024
1 parent 1f74fc6 commit dd3af2f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,6 @@ integTest {
// Set this to true this if you want to see the logs in the terminal test output.
// note: if left false the log output will still show in your IDE
testLogging.showStandardStreams = true

// Exclude integration test for search index tool for multiple nodes
// because we cannot get concrete exception message in multi-node cluster
if (_numNodes > 1) {
filter {
excludeTestsMatching "org.opensearch.ml.rest.RestSearchIndexToolIT.*"
}
}
}

testClusters.integTest {
Expand Down

0 comments on commit dd3af2f

Please sign in to comment.