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 2018/11/07 10:36:18 UTC

[camel] branch master updated: Since camel-elasticsearch-rest doesn't work in Karaf, skipping the Karaf itest

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 e78364d  Since camel-elasticsearch-rest doesn't work in Karaf, skipping the Karaf itest
e78364d is described below

commit e78364d272cab073da09715aae0d5473c051e7d7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 7 11:35:44 2018 +0100

    Since camel-elasticsearch-rest doesn't work in Karaf, skipping the Karaf itest
---
 .../java/org/apache/camel/itest/karaf/CamelElasticsearchRestTest.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelElasticsearchRestTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelElasticsearchRestTest.java
index 3821bab..fe69d3d 100644
--- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelElasticsearchRestTest.java
+++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelElasticsearchRestTest.java
@@ -16,6 +16,7 @@
  */
 package org.apache.camel.itest.karaf;
 
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.Configuration;
@@ -23,6 +24,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 CamelElasticsearchRestTest extends BaseKarafTest {