File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ testClusters {
215215 }
216216 integTestWithSecurity {
217217 }
218- anotherintegTestWithSecurity {
218+ remoteIntegTestWithSecurity {
219219 }
220220}
221221
@@ -297,7 +297,7 @@ task integJdbcTest(type: RestIntegTestTask) {
297297
298298task integTestWithSecurity (type : RestIntegTestTask ) {
299299 useCluster testClusters. integTestWithSecurity
300- useCluster testClusters. anotherintegTestWithSecurity
300+ useCluster testClusters. remoteIntegTestWithSecurity
301301
302302 // Don't use `getClusters`: cluster order is important. IT framework adds/uses a cluster
303303 // named as the task as default and uses it to init default REST client
@@ -349,6 +349,7 @@ task integTestWithSecurity(type: RestIntegTestTask) {
349349 }
350350
351351 // NOTE: this IT config discovers only junit5 (jupiter) tests.
352+ // https://github.com/opensearch-project/sql/issues/1974
352353 filter {
353354 includeTestsMatching ' org.opensearch.sql.ppl.CrossClusterSearchIT'
354355 }
You can’t perform that action at this time.
0 commit comments