Skip to content

Commit

Permalink
Merge pull request #45466 from gsmet/disable-ft-testing
Browse files Browse the repository at this point in the history
Disable SmallRye Fault Tolerance testing for now
  • Loading branch information
gsmet authored Jan 9, 2025
2 parents a7e9da2 + bab95cb commit 7c545fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/smallrye-fault-tolerance/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
<artifactId>quarkus-smallrye-fault-tolerance-deployment</artifactId>
<name>Quarkus - SmallRye Fault Tolerance - Deployment</name>

<properties>
<skipTests>true</skipTests>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 7c545fb

Please sign in to comment.