Skip to content

Commit

Permalink
Add env in gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
pinakipb2 committed Aug 3, 2024
1 parent d81d314 commit cb10f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions metadata-io/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ test {
// override, testng controlling parallelization
// increasing >1 will merely run all tests extra times
maxParallelForks = 1
environment "ELASTIC_ID_HASH_ALGO", "MD5"
}
useTestNG() {
suites 'src/test/resources/testng.xml'
Expand Down

0 comments on commit cb10f26

Please sign in to comment.