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

(cherry picked from commit a349b01)
  • Loading branch information
gsmet committed Nov 13, 2024
1 parent bc03ec8 commit 65861fb
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 65861fb

Please sign in to comment.