Skip to content

Commit 34d0aea

Browse files
committed
Fix the filter of integTestWithSecurity
Signed-off-by: Lantao Jin <ltjin@amazon.com>
1 parent f83d89d commit 34d0aea

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

integ-test/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,7 @@ task integTestWithSecurity(type: RestIntegTestTask) {
450450
// NOTE: this IT config discovers only junit5 (jupiter) tests.
451451
// https://github.com/opensearch-project/sql/issues/1974
452452
filter {
453-
includeTestsMatching 'org.opensearch.sql.security.CrossClusterSearchIT'
454-
includeTestsMatching 'org.opensearch.sql.security.PPLPermissionsIT'
453+
includeTestsMatching 'org.opensearch.sql.security.*'
455454
}
456455
}
457456

0 commit comments

Comments
 (0)