Skip to content

Commit

Permalink
Revert "Disable microprofile-fault-tolerance tests due to #6851"
Browse files Browse the repository at this point in the history
This reverts commit 28932cc.
  • Loading branch information
JiriOndrusek authored and github-actions[bot] committed Jan 22, 2025
1 parent 78b83d8 commit e925e2f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions integration-tests/microprofile-fault-tolerance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,7 @@
</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 @@ -111,7 +97,6 @@
</plugins>
</build>
</profile>
-->
<profile>
<id>virtualDependencies</id>
<activation>
Expand Down

0 comments on commit e925e2f

Please sign in to comment.