Skip to content

Commit

Permalink
quarkusio#36581 revert bad commit
Browse files Browse the repository at this point in the history
  • Loading branch information
humcqc committed Jan 31, 2024
1 parent 0a25c0e commit 8c083e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/hibernate-reactive-panache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,13 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>false</skip>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<skip>false</skip>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 8c083e3

Please sign in to comment.