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

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

commit a1c609fc243bce16101219e6cefa9a3c5e5b99de
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Fri Sep 27 08:01:57 2024 +0100

    Disable git native profile due to #6559
---
 integration-tests/git/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/integration-tests/git/pom.xml b/integration-tests/git/pom.xml
index 48121f77ab..2e34362e27 100644
--- a/integration-tests/git/pom.xml
+++ b/integration-tests/git/pom.xml
@@ -60,6 +60,7 @@
 
 
     <profiles>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/6559
         <profile>
             <id>native</id>
             <activation>
@@ -87,6 +88,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to