Remove unused rerunFailingTestsCount from non-random exception tests

This commit is contained in:
aherbert 2022-10-13 16:29:53 +01:00
parent b0d0973fd9
commit 9f01e23622
1 changed files with 0 additions and 15 deletions

View File

@ -43,19 +43,4 @@
<math.jira.component>legacy-exception</math.jira.component> <math.jira.component>legacy-exception</math.jira.component>
</properties> </properties>
<dependencies>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<rerunFailingTestsCount>4</rerunFailingTestsCount>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>