diff --git a/integ-test/build.gradle b/integ-test/build.gradle index 7920be13bd..2dd489b979 100644 --- a/integ-test/build.gradle +++ b/integ-test/build.gradle @@ -545,8 +545,9 @@ integTest { // Exclude JDBC related tests exclude 'org/opensearch/sql/jdbc/**' - // Exclude this IT, because they executed in another task (:integTestWithSecurity) + // Exclude these IT, because they executed in respective plugin-related tasks (ex: :integTestWithSecurity) exclude 'org/opensearch/sql/security/**' + exclude 'org/opensearch/sql/geo/**' }