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 d2ffc93e69b9a6bef8a27c9c590562890e8e29e6 Author: JiriOndrusek <ondrusek.j...@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>