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/10/30 11:49:56 UTC

[camel] branch master updated: Camel-Debezium: Ignore the camel-debezium-mysql Karaf 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.git


The following commit(s) were added to refs/heads/master by this push:
     new 342fa92  Camel-Debezium: Ignore the camel-debezium-mysql Karaf test for the moment
342fa92 is described below

commit 342fa92e7bb888cc4a8c081a503739224c9bf2a1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 30 12:49:08 2019 +0100

    Camel-Debezium: Ignore the camel-debezium-mysql Karaf test for the moment
---
 .../test/java/org/apache/camel/itest/karaf/CamelDebeziumMysqlTest.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDebeziumMysqlTest.java b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDebeziumMysqlTest.java
index 167e2d0..0722aeb 100644
--- a/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDebeziumMysqlTest.java
+++ b/tests/camel-itest-karaf/src/test/java/org/apache/camel/itest/karaf/CamelDebeziumMysqlTest.java
@@ -16,10 +16,12 @@
  */
 package org.apache.camel.itest.karaf;
 
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.ops4j.pax.exam.junit.PaxExam;
 
+@Ignore
 @RunWith(PaxExam.class)
 public class CamelDebeziumMysqlTest extends BaseKarafTest {