Skip to content

Commit

Permalink
Ignoring KarafIT until Pax Exam 4.14.0 is released (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
whikloj authored Feb 20, 2020
1 parent a1dab02 commit b0c2bd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions karaf/src/test/java/ca/islandora/alpaca/karaf/KarafIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import javax.inject.Inject;

import org.apache.karaf.features.FeaturesService;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.ops4j.pax.exam.Configuration;
Expand All @@ -63,6 +64,7 @@
*/
@RunWith(PaxExam.class)
@ExamReactorStrategy(PerClass.class)
@Ignore
public class KarafIT {

private static Logger LOGGER = getLogger(KarafIT.class);
Expand Down

0 comments on commit b0c2bd1

Please sign in to comment.