Skip to content

Commit

Permalink
Exclude geo IT from main integ-test
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Jan 14, 2025
1 parent d2d4c84 commit b288a80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'
}


Expand Down

0 comments on commit b288a80

Please sign in to comment.