Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions integ-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ dependencies {
testImplementation project(':opensearch-sql-plugin')
testImplementation project(':legacy')
testImplementation('org.junit.jupiter:junit-jupiter-api:5.9.3')
testImplementation('org.junit.jupiter:junit-jupiter-params:5.9.3')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.9.3')
testRuntimeOnly('org.junit.platform:junit-platform-launcher:1.9.3')

Expand Down Expand Up @@ -448,6 +449,7 @@ task integTestWithSecurity(type: RestIntegTestTask) {
filter {
includeTestsMatching 'org.opensearch.sql.security.CrossClusterSearchIT'
includeTestsMatching 'org.opensearch.sql.security.PPLPermissionsIT'
includeTestsMatching 'org.opensearch.sql.security.FGACIndexScanningIT'
}
}

Expand Down
Loading
Loading