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 #43997

(cherry picked from commit a349b01)
  • Loading branch information
gsmet committed Oct 29, 2024
1 parent 09a1a05 commit 9900b1b
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 9900b1b

Please sign in to comment.