Skip to content

Commit

Permalink
Disable cxf-soap-grouped tests and native profile due to #6179
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jun 12, 2024
1 parent 31c29dc commit 285a3e1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions integration-tests/cxf-soap-grouped/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -181,6 +186,7 @@
</build>

<profiles>
<!-- TODO: https://github.com/apache/camel-quarkus/issues/6179
<profile>
<id>native</id>
<activation>
Expand Down Expand Up @@ -208,6 +214,7 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down

0 comments on commit 285a3e1

Please sign in to comment.