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 d7c8090 Lets test again Camel-Elasticsearch-rest Karaf feature
d7c8090 is described below
commit d7c8090aa6590e3862705dd704293faa9be5f6b5
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Feb 13 14:54:32 2019 +0100
Lets test again Camel-Elasticsearch-rest Karaf feature
---
.../java/org/apache/camel/itest/karaf/CamelElasticsearchRestTest.java | 2 --
1 file changed, 2 deletions(-)
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 fe69d3d..3821bab 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,7 +16,6 @@
*/
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;
@@ -24,7 +23,6 @@ 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 {