Skip to content

Commit 1115280

Browse files
committed
Remove security manager setting in jms-3 tests
1 parent c55e280 commit 1115280

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

instrumentation/jms-3/build.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ test {
1919
// throw an exception if security manager is not enabled.
2020
// They have a ticket regarding this: https://issues.apache.org/jira/browse/ARTEMIS-4975
2121
// but it is unlikely the fix can be used here because it will likely not be Java 8 compatible.
22-
if (project.hasProperty("test24")) {
23-
jvmArgs += '-Djava.security.manager=allow'
24-
}
2522
}
2623

2724
site {

0 commit comments

Comments
 (0)