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

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

commit a1be6eaee33c5c1151ecdaedd74ee5a547740ba2
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Fri Sep 27 15:40:29 2024 +0200

    disabled native for csv
---
 integration-tests/csv/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/csv/pom.xml b/integration-tests/csv/pom.xml
index 3875886307..4d5daaa7c3 100644
--- a/integration-tests/csv/pom.xml
+++ b/integration-tests/csv/pom.xml
@@ -63,6 +63,7 @@
 
 
     <profiles>
+        <!--  //https://github.com/apache/camel-quarkus/issues/6560
         <profile>
             <id>native</id>
             <activation>
@@ -90,6 +91,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to