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

jamesnetherton pushed a commit to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 690e5949ff0adf1cccc54445c1b33862528e9c0c
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Fri Jul 21 15:12:20 2023 +0100

    Temporarily disable debezium tests due to #5110
---
 integration-tests/debezium/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/integration-tests/debezium/pom.xml 
b/integration-tests/debezium/pom.xml
index 4750a4cd79..39df398f30 100644
--- a/integration-tests/debezium/pom.xml
+++ b/integration-tests/debezium/pom.xml
@@ -38,6 +38,9 @@
         <!-- You are required to accept an EULA for SQL container image. We 
cannot do it by default for legal reasons. -->
         <!-- See 
https://camel.apache.org/camel-quarkus/latest/extensions/debezium-sqlserver.html#_integration-testing
 for more details -->
         
<sqlserver.EULA>src/test/resources/container-license-acceptance.txt</sqlserver.EULA>
+
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/5110 -->
+        <skipTests>true</skipTests>
     </properties>
 
     <dependencies>
@@ -128,6 +131,7 @@
 
 
     <profiles>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/5110
         <profile>
             <id>native</id>
             <activation>
@@ -155,6 +159,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>mysqlDriver</id>
             <activation>

Reply via email to