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 42fdd5e0bf Disabled native for tarfile test - #5538 42fdd5e0bf is described below commit 42fdd5e0bfbc9f7a2e6b57230c6e5e180868bdd4 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>