File tree Expand file tree Collapse file tree
itests/test/src/test/java/org/apache/karaf/itests Expand file tree Collapse file tree 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 ;
1920import org .junit .Test ;
2021import org .junit .runner .RunWith ;
2122import org .ops4j .pax .exam .Configuration ;
3940import static org .ops4j .pax .exam .CoreOptions .maven ;
4041import static org .ops4j .pax .exam .karaf .options .KarafDistributionOption .*;
4142
43+ @ Ignore // !!FIXME!! KARAF-8005 temporarily disabled
4244@ RunWith (PaxExam .class )
4345@ ExamReactorStrategy (PerClass .class )
4446public class JavaSecurityTest extends BaseTest {
@@ -58,7 +60,6 @@ public Option[] config() {
5860 throw new RuntimeException (e );
5961 }
6062
61-
6263 List <Option > options = new ArrayList <>(Arrays .asList (super .config ()));
6364 // Add some extra options used by this test...
6465 options .addAll (Arrays .asList (
You can’t perform that action at this time.
0 commit comments