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

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

commit 487ab57fe30973199f900de83bf1225fdb291379
Author: JiriOndrusek <ondrusek.j...@gmail.com>
AuthorDate: Wed Aug 9 13:26:22 2023 +0200

    Disabled Box native tests because of #5160
---
 integration-tests/box/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/integration-tests/box/pom.xml b/integration-tests/box/pom.xml
index f84f5a67b6..e3de47faae 100644
--- a/integration-tests/box/pom.xml
+++ b/integration-tests/box/pom.xml
@@ -70,7 +70,8 @@
 
 
     <profiles>
-        <profile>
+<!--        Disabled because of 
https://github.com/apache/camel-quarkus/issues/5160-->
+<!--        <profile>
             <id>native</id>
             <activation>
                 <property>
@@ -97,7 +98,7 @@
                     </plugin>
                 </plugins>
             </build>
-        </profile>
+        </profile>-->
         <profile>
             <id>virtualDependencies</id>
             <activation>

Reply via email to