We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f83d89d commit 34d0aeaCopy full SHA for 34d0aea
1 file changed
integ-test/build.gradle
@@ -450,8 +450,7 @@ task integTestWithSecurity(type: RestIntegTestTask) {
450
// NOTE: this IT config discovers only junit5 (jupiter) tests.
451
// https://github.com/opensearch-project/sql/issues/1974
452
filter {
453
- includeTestsMatching 'org.opensearch.sql.security.CrossClusterSearchIT'
454
- includeTestsMatching 'org.opensearch.sql.security.PPLPermissionsIT'
+ includeTestsMatching 'org.opensearch.sql.security.*'
455
}
456
457
0 commit comments