Skip to content

Commit

Permalink
Disable microprofile-fault-tolerance tests due to #6851
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton authored and github-actions[bot] committed Dec 10, 2024
1 parent 274171c commit 7e72965
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions integration-tests/microprofile-fault-tolerance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,21 @@
</dependency>
</dependencies>

<!-- TODO: Remove this https://github.com/apache/camel-quarkus/issues/6851 -->
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

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

0 comments on commit 7e72965

Please sign in to comment.