Skip to content

Commit

Permalink
Adding tests.security.manager flag to integTestRemote task (#410)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Gaievski <[email protected]>
  • Loading branch information
martin-gaievski authored May 24, 2022
1 parent a5dd71c commit fc88786
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ task integTestRemote(type: RestIntegTestTask) {

systemProperty 'cluster.number_of_nodes', "${_numNodes}"

systemProperty 'tests.security.manager', 'false'

// Run tests with remote cluster only if rest case is defined
if (System.getProperty("tests.rest.cluster") != null) {
filter {
Expand Down

0 comments on commit fc88786

Please sign in to comment.