You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2020/11/17 01:28:49 UTC

[camel-kafka-connector] 02/09: Temporarily disable a test affected by CAMEL-15789

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 4c6ff468d7a6dd17f587cb0baa47283015ad9372
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Fri Nov 6 10:57:46 2020 +0100

    Temporarily disable a test affected by CAMEL-15789
---
 .../camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java b/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java
index fd51530..6c75920 100644
--- a/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java
+++ b/tests/itests-couchbase/src/test/java/org/apache/camel/kafkaconnector/couchbase/sink/CamelSinkCouchbaseITCase.java
@@ -184,6 +184,7 @@ public class CamelSinkCouchbaseITCase extends AbstractKafkaTest {
         runTest(factory);
     }
 
+    @Disabled("Due to CAMEL-15789")
     @Test
     @Timeout(90)
     public void testBasicSendReceiveUsingUrl() throws Exception {