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/07/21 14:12:45 UTC

[camel-quarkus] 03/04: Temporarily disable cxf-grouped tests due to #5108

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 11f5647018f6842a70d7b1e26360c9c6ac3b39d4
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Jul 21 14:17:00 2023 +0100

    Temporarily disable cxf-grouped tests due to #5108
---
 integration-tests/cxf-soap-grouped/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/integration-tests/cxf-soap-grouped/pom.xml b/integration-tests/cxf-soap-grouped/pom.xml
index acf4498841..0802233eb0 100644
--- a/integration-tests/cxf-soap-grouped/pom.xml
+++ b/integration-tests/cxf-soap-grouped/pom.xml
@@ -30,6 +30,10 @@
     <name>Camel Quarkus :: Integration Tests :: Cxf Soap Grouped</name>
     <description>Cxf Soap tests from ../integration-test-groups/cxf-soap merged together</description>
 
+    <properties>
+        <skipTests>true</skipTests>
+    </properties>
+
     <!-- Regenerate the dependencies via `mvn process-resources -Pformat -N` from the source tree root directory -->
     <dependencies>
         <dependency>
@@ -160,6 +164,7 @@
     </build>
 
     <profiles>
+        <!-- TODO: https://github.com/apache/camel-quarkus/issues/5108
         <profile>
             <id>native</id>
             <activation>
@@ -187,6 +192,7 @@
                 </plugins>
             </build>
         </profile>
+        -->
         <profile>
             <id>virtualDependencies</id>
             <activation>