You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/15 10:07:10 UTC

[camel] branch master updated: Ignore camel-saxon OSGi Itest for the moment

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 476b59c  Ignore camel-saxon OSGi Itest for the moment
476b59c is described below

commit 476b59cd652597f5e14481827c7ae4c95d4bd01e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 15 11:06:40 2019 +0100

    Ignore camel-saxon OSGi Itest for the moment
---
 .../src/test/java/org/apache/camel/itest/CamelSaxonEnabledTest.java     | 2 ++
 .../src/test/java/org/apache/camel/itest/CamelSaxonTest.java            | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelSaxonEnabledTest.java b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelSaxonEnabledTest.java
index 59e5848..8f3a2e0 100644
--- a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelSaxonEnabledTest.java
+++ b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelSaxonEnabledTest.java
@@ -23,12 +23,14 @@ import org.apache.camel.component.mock.MockEndpoint;
 import org.apache.camel.test.karaf.AbstractFeatureTest;
 import org.apache.camel.test.karaf.CamelKarafTestSupport;
 import org.apache.camel.util.ObjectHelper;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Configuration;
 import org.ops4j.pax.exam.Option;
 import org.ops4j.pax.exam.junit.PaxExam;
 
+@Ignore
 @RunWith(PaxExam.class)
 public class CamelSaxonEnabledTest extends AbstractFeatureTest {
 
diff --git a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelSaxonTest.java b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelSaxonTest.java
index 7b0d9ec..c1d7955 100644
--- a/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelSaxonTest.java
+++ b/tests/camel-itest-osgi/src/test/java/org/apache/camel/itest/CamelSaxonTest.java
@@ -23,12 +23,14 @@ import org.apache.camel.component.mock.MockEndpoint;
 import org.apache.camel.test.karaf.AbstractFeatureTest;
 import org.apache.camel.test.karaf.CamelKarafTestSupport;
 import org.apache.camel.util.ObjectHelper;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Configuration;
 import org.ops4j.pax.exam.Option;
 import org.ops4j.pax.exam.junit.PaxExam;
 
+@Ignore
 @RunWith(PaxExam.class)
 public class CamelSaxonTest extends AbstractFeatureTest {