File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
itests/test/src/test/java/org/apache/karaf/itests Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1616import org .apache .karaf .bundle .core .BundleInfo ;
1717import org .apache .karaf .bundle .core .BundleService ;
1818import org .apache .karaf .bundle .core .BundleState ;
19- import org .junit .Ignore ;
2019import org .junit .Test ;
2120import org .junit .runner .RunWith ;
2221import org .ops4j .pax .exam .Configuration ;
3534import java .nio .file .StandardCopyOption ;
3635import java .util .*;
3736
38- import static org .junit .Assert .assertNotNull ;
3937import static org .junit .Assert .fail ;
4038import static org .ops4j .pax .exam .CoreOptions .maven ;
4139import static org .ops4j .pax .exam .karaf .options .KarafDistributionOption .*;
4240
43- @ Ignore ("Disabled due to removal of SecurityManager. ref Apache Karaf GitHub issue #2082" )
4441@ RunWith (PaxExam .class )
4542@ ExamReactorStrategy (PerClass .class )
4643public class JavaSecurityTest extends BaseTest {
@@ -74,8 +71,6 @@ public Option[] config() {
7471
7572 @ Test
7673 public void testJavaSecurity () throws Exception {
77- assertNotNull ("Karaf should run under a security manager" , System .getSecurityManager ());
78-
7974 BundleService service = getOsgiService (BundleService .class );
8075 long tried = 0 ;
8176 while (true ) {
You can’t perform that action at this time.
0 commit comments