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 2019/12/16 11:35:02 UTC

[camel-spring-boot] 06/08: Reintroduce Camel-Spring Cloud Spring Boot 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-spring-boot.git

commit 6e728f62afcd32dda6ef7d21ee0b78a0bff803cd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 16 12:11:23 2019 +0100

    Reintroduce Camel-Spring Cloud Spring Boot Itest
---
 .../java/org/apache/camel/itest/springboot/CamelSpringCloudTest.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git a/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSpringCloudTest.java b/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSpringCloudTest.java
index df6af6a..e8498bb 100644
--- a/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSpringCloudTest.java
+++ b/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelSpringCloudTest.java
@@ -26,7 +26,6 @@ import org.junit.runner.RunWith;
 
 
 @RunWith(Arquillian.class)
-@Ignore("Spring-Cloud referenced in Spring-Boot 2.0.0.RELEASE is not GA")
 public class CamelSpringCloudTest extends AbstractSpringBootTestSupport {
 
     @Deployment