Skip to content

Commit

Permalink
Temporarily disable cxf-grouped tests due to #5108
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jul 24, 2023
1 parent 263cc4d commit bf4e8f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,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>
Expand Down Expand Up @@ -160,6 +164,7 @@
</build>

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

0 comments on commit bf4e8f9

Please sign in to comment.