You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2020/11/06 10:42:18 UTC

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

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

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

commit 6c0b12b5b26b85c9bd69e529cbb8589b5f7970ea
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 {