Skip to content

Commit

Permalink
Minor fix in the test filter.
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Jan 31, 2023
1 parent e9df987 commit d847404
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ task integJdbcTest(type: RestIntegTestTask) {
}

filter {
includeTestsMatching '*.jdbc.*'
includeTestsMatching 'org.opensearch.sql.jdbc.*'
}
}

Expand Down Expand Up @@ -242,7 +242,7 @@ task integDevJdbcTest(type: RestIntegTestTask) {
}

filter {
includeTestsMatching '*.devJdbc.*'
includeTestsMatching 'org.opensearch.sql.devJdbc.*'
}
}

Expand Down

0 comments on commit d847404

Please sign in to comment.