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 2022/08/18 12:57:10 UTC

[camel-quarkus] 03/04: Disable FOP native tests due to #3965

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

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

commit 907f3afdc764731b1563496e7e5974c6751b7f2c
Author: James Netherton <ja...@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>