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 2020/07/23 16:16:18 UTC

[camel-spring-boot] branch master updated: Ignore Cassandraql test for the moment

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


The following commit(s) were added to refs/heads/master by this push:
     new 1d9a679  Ignore Cassandraql test for the moment
1d9a679 is described below

commit 1d9a679274b94d4075313c53d683c069cab065f4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 23 18:15:52 2020 +0200

    Ignore Cassandraql test for the moment
---
 .../java/org/apache/camel/itest/springboot/CamelCassandraqlTest.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelCassandraqlTest.java b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelCassandraqlTest.java
index 707bf3c..5973ae1 100644
--- a/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelCassandraqlTest.java
+++ b/tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/CamelCassandraqlTest.java
@@ -20,10 +20,11 @@ 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("To review, doesn't work after upgrade to 4.x")
 @RunWith(Arquillian.class)
 public class CamelCassandraqlTest extends AbstractSpringBootTestSupport {