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

commit 54e660fb1f4e44c92425fcc902952125fb7f9aa5
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Jul 18 09:13:48 2019 +0200

    Camel-Solr: Restore Spring Boot integration test
---
 .../src/test/java/org/apache/camel/itest/springboot/CamelSolrTest.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSolrTest.java
 
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSolrTest.java
index b108ecf..9bcb04b 100644
--- 
a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSolrTest.java
+++ 
b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSolrTest.java
@@ -20,12 +20,9 @@ import 
org.apache.camel.itest.springboot.util.ArquillianPackager;
 import org.jboss.arquillian.container.test.api.Deployment;
 import org.jboss.arquillian.junit.Arquillian;
 import org.jboss.shrinkwrap.api.Archive;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 
-
-@Ignore
 @RunWith(Arquillian.class)
 public class CamelSolrTest extends AbstractSpringBootTestSupport {
 

Reply via email to