This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 9f2ba4871184b2193e184588760a08c829107555 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Mon Aug 15 11:41:28 2022 +0100 Disable FOP native tests due to #3965 --- integration-tests/fop/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration-tests/fop/pom.xml b/integration-tests/fop/pom.xml index 4c79fb8f3b..ec0330e3d6 100644 --- a/integration-tests/fop/pom.xml +++ b/integration-tests/fop/pom.xml @@ -70,6 +70,7 @@ <profiles> + <!-- https://github.com/apache/camel-quarkus/issues/3965 <profile> <id>native</id> <activation> @@ -97,6 +98,7 @@ </plugins> </build> </profile> + --> <profile> <id>virtualDependencies</id> <activation>