Skip to content

Commit

Permalink
Ignore JMS sample test on Karaf due to CAMEL-10405
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Dec 9, 2016
1 parent e28029b commit 3c25b11
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import org.apache.camel.ServiceStatus;
import org.apache.karaf.shell.api.console.Session;
import org.apache.karaf.shell.api.console.SessionFactory;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.ops4j.pax.exam.Configuration;
Expand All @@ -44,6 +45,7 @@
import static org.ops4j.pax.exam.CoreOptions.when;
import static org.ops4j.pax.exam.karaf.options.KarafDistributionOption.debugConfiguration;

@Ignore("CAMEL-10405")
@RunWith(PaxExam.class)
@ExamReactorStrategy(PerClass.class)
public class SjmsPaxExamTest {
Expand Down

0 comments on commit 3c25b11

Please sign in to comment.