You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ji...@apache.org on 2023/08/09 11:26:54 UTC

[camel-quarkus] branch camel-main updated: Disabled Box native tests because of #5160

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


The following commit(s) were added to refs/heads/camel-main by this push:
     new f644049af9 Disabled Box native tests because of #5160
f644049af9 is described below

commit f644049af9e3acd079417463ec306e5c41f51bfc
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>