1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-02-22 15:12:37 +01:00

allow to switch off tests which do not run reliable, shaky

This commit is contained in:
soloturn 2020-10-25 12:36:22 +01:00
parent 3a5e4d45d4
commit a1ce03b505

View File

@ -144,6 +144,9 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<configuration>
<excludedGroups>shaky</excludedGroups>
</configuration>
</plugin>
</plugins>
</build>