Skip to content

Commit

Permalink
Remove Failsafe plugin config in AWT testing
Browse files Browse the repository at this point in the history
The plugin shouldn't be defined and disabled, it will be automatically
enabled by the profile.

Fixes quarkusio#43997
  • Loading branch information
gsmet committed Oct 28, 2024
1 parent 123ea8e commit a349b01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions integration-tests/awt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,6 @@
<reuseForks>false</reuseForks>
</configuration>
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit a349b01

Please sign in to comment.