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 7ad6e27c4f3426f9598ad9f2f0c0d3328d162140
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 a9ca9d43f0..77fb442cd7 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