Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury-Fridlyand committed Oct 3, 2024
1 parent c183a58 commit 121698d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions java/integTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,7 @@ test {

tasks.register('modulesTest', Test) {
doFirst {
//systemProperty 'test.server.standalone', System.getProperty("standalone-endpoints")
systemProperty 'test.server.cluster', System.getProperty("cluster-endpoints")
systemProperty 'test.server.tls', System.getProperty("tls")
clusterHosts = System.getProperty("cluster-endpoints")
}

filter {
Expand Down

0 comments on commit 121698d

Please sign in to comment.