Skip to content

Commit

Permalink
Disable SmallRye Fault Tolerance testing for now
Browse files Browse the repository at this point in the history
We have a weird issue that gets the entire build stuck.
  • Loading branch information
gsmet committed Jan 9, 2025
1 parent a7e9da2 commit bab95cb
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 bab95cb

Please sign in to comment.