aboutsummaryrefslogtreecommitdiffstats
path: root/testing-drivers/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testing-drivers/pom.xml')
-rw-r--r--testing-drivers/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/testing-drivers/pom.xml b/testing-drivers/pom.xml
index e22c688a2..30b75c3ca 100644
--- a/testing-drivers/pom.xml
+++ b/testing-drivers/pom.xml
@@ -55,7 +55,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<testFailureIgnore>false</testFailureIgnore>
- <argLine>${jvm.arg.addOpens}</argLine>
+ <argLine>
+ ${jvm.arg.addOpens}
+ ${jvm.arg.allowSecurityManager}
+ </argLine>
<excludes>
<exclude>**/*AjcTestSpecAsTest*</exclude>
</excludes>