Skip to content

Commit

Permalink
Potential fix for not excluded tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pawel-gudel-eliatra committed Jun 27, 2023
1 parent 1dc9f57 commit c0541dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ task citest(type: Test) {
excludeTestsMatching "org.opensearch.security.sanity.tests.*"
excludeTestsMatching "org.opensearch.security.ssl.OpenSSL*"
splitTestConfig.each { entry ->
entry.value.each{ test ->
entry.value.filters.each{ test ->
if (test.key == "includeTestsMatching") {
test.value.each{
excludeTestsMatching "${it}"
Expand Down

0 comments on commit c0541dc

Please sign in to comment.