We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f74fc6 commit dd3af2fCopy full SHA for dd3af2f
plugin/build.gradle
@@ -192,14 +192,6 @@ integTest {
192
// Set this to true this if you want to see the logs in the terminal test output.
193
// note: if left false the log output will still show in your IDE
194
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
203
}
204
205
testClusters.integTest {
0 commit comments