Skip to content

Commit dd3af2f

Browse files
Test: recover search index tool it in multi node cluster (opensearch-project#2407) (opensearch-project#2796)
1 parent 1f74fc6 commit dd3af2f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

plugin/build.gradle

-8
Original file line numberDiff line numberDiff line change
@@ -192,14 +192,6 @@ integTest {
192192
// Set this to true this if you want to see the logs in the terminal test output.
193193
// note: if left false the log output will still show in your IDE
194194
testLogging.showStandardStreams = true
195-
196-
// Exclude integration test for search index tool for multiple nodes
197-
// because we cannot get concrete exception message in multi-node cluster
198-
if (_numNodes > 1) {
199-
filter {
200-
excludeTestsMatching "org.opensearch.ml.rest.RestSearchIndexToolIT.*"
201-
}
202-
}
203195
}
204196

205197
testClusters.integTest {

0 commit comments

Comments
 (0)