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 be370f1 Ignore the Camel-Ignite Karaf feature test be370f1 is described below commit be370f178bd947aeca5332eab72d63e016e4b3f1 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Feb 14 14:29:41 2019 +0100 Ignore the Camel-Ignite Karaf feature test --- .../src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java index 473368a..08fe286b 100644 --- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java +++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelIgniteTest.java @@ -18,6 +18,7 @@ package org.apache.camel.itest.karaf; import java.net.URI; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.ops4j.pax.exam.Configuration; @@ -25,6 +26,7 @@ import org.ops4j.pax.exam.CoreOptions; import org.ops4j.pax.exam.Option; import org.ops4j.pax.exam.junit.PaxExam; +@Ignore @RunWith(PaxExam.class) public class CamelIgniteTest extends BaseKarafTest {