diff options
Diffstat (limited to 'tests/pom.xml')
-rw-r--r-- | tests/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/pom.xml b/tests/pom.xml index 21efac3cc..7b5e400bd 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -122,7 +122,10 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration combine.self="override"> <testFailureIgnore>false</testFailureIgnore> - <argLine>${jvm.arg.addOpens}</argLine> + <argLine> + ${jvm.arg.addOpens} + ${jvm.arg.allowSecurityManager} + </argLine> <includes> <include>**/TestsModuleTests*</include> </includes> |