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
The following commit(s) were added to refs/heads/quarkus-main by this push:
new 285a3e1f30 Disable cxf-soap-grouped tests and native profile due to
#6179
285a3e1f30 is described below
commit 285a3e1f30f76ae3a78591466e9b2ef694f61c68
Author: James Netherton <[email protected]>
AuthorDate: Wed Jun 12 08:48:04 2024 +0100
Disable cxf-soap-grouped tests and native profile due to #6179
---
integration-tests/cxf-soap-grouped/pom.xml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/integration-tests/cxf-soap-grouped/pom.xml
b/integration-tests/cxf-soap-grouped/pom.xml
index 3f9a7ec68d..12f86854a1 100644
--- a/integration-tests/cxf-soap-grouped/pom.xml
+++ b/integration-tests/cxf-soap-grouped/pom.xml
@@ -30,6 +30,11 @@
<name>Camel Quarkus :: Integration Tests :: Cxf Soap Grouped</name>
<description>Cxf Soap tests from ../integration-test-groups/cxf-soap
merged together</description>
+ <!-- TODO: https://github.com/apache/camel-quarkus/issues/6179 -->
+ <properties>
+ <skipTests>true</skipTests>
+ </properties>
+
<!-- Regenerate the dependencies via `mvn process-resources -Pformat -N`
from the source tree root directory -->
<dependencies>
<dependency>
@@ -181,6 +186,7 @@
</build>
<profiles>
+ <!-- TODO: https://github.com/apache/camel-quarkus/issues/6179
<profile>
<id>native</id>
<activation>
@@ -208,6 +214,7 @@
</plugins>
</build>
</profile>
+ -->
<profile>
<id>virtualDependencies</id>
<activation>