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

(camel-quarkus) 12/18: Disabled native for tarfile test - #5538

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

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

commit 78b6886aa598407aaee326fbeab6413061c64363
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Fri Dec 1 13:19:15 2023 +0100

    Disabled native for tarfile test - #5538
---
 integration-tests/tarfile/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/integration-tests/tarfile/pom.xml b/integration-tests/tarfile/pom.xml
index fb2cd64898..4a96572f44 100644
--- a/integration-tests/tarfile/pom.xml
+++ b/integration-tests/tarfile/pom.xml
@@ -59,7 +59,8 @@
 
 
     <profiles>
-        <profile>
+        <!-- https://github.com/apache/camel-quarkus/issues/5538-->
+        <!--<profile>
             <id>native</id>
             <activation>
                 <property>
@@ -85,7 +86,7 @@
                     </plugin>
                 </plugins>
             </build>
-        </profile>
+        </profile> -->
         <profile>
             <id>virtualDependencies</id>
             <activation>