You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/08/10 03:28:51 UTC

[camel-quarkus] 10/10: Disabled Box native tests because of #5160

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 75f9f56b1d5bca4c07710eb2c9878240b6754900
Author: JiriOndrusek <on...@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>