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

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

commit 88c01e9b4c832a1a35ab52457b5ef99bcf222185
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Wed Apr 11 13:35:46 2018 +0200

    CAMEL-12430: Disable camel-consul test on karaf as it does not work
---
 .../src/test/java/org/apache/camel/itest/karaf/CamelConsulTest.java    | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelConsulTest.java
 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelConsulTest.java
index 56b1778..28f5876 100644
--- 
a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelConsulTest.java
+++ 
b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelConsulTest.java
@@ -16,11 +16,14 @@
  */
 package org.apache.camel.itest.karaf;
 
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.junit.PaxExam;
 
+// TODO: camel-consul does not work in OSGi
 @RunWith(PaxExam.class)
+@Ignore("camel-consul does not work in OSGi")
 public class CamelConsulTest extends BaseKarafTest {
 
     public static final String COMPONENT = extractName(CamelConsulTest.class);

-- 
To stop receiving notification emails like this one, please contact
davscl...@apache.org.

Reply via email to