holgerfriedrich commented on code in PR #2214:
URL: https://github.com/apache/karaf/pull/2214#discussion_r2656642417
##########
itests/test/src/test/java/org/apache/karaf/itests/JavaSecurityTest.java:
##########
@@ -39,6 +40,7 @@
import static org.ops4j.pax.exam.CoreOptions.maven;
import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.*;
+@Ignore("Disabled due to removal of SecurityManager. ref Apache Karaf GitHub
issue #2082")
Review Comment:
Ok, if I just remove the SecurityManager assertion, the test completes.
I am not sure if I get completely what this test was intended for (it checks
that all bundles come up after applying a specific config - but how this was
related to SecurityManager, I still don't get).
I pushed the change to ignore it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]