Skip to content

Commit

Permalink
Avoid trimming stack traces from test failures in surefire.
Browse files Browse the repository at this point in the history
This helps debugging flaky tests.
  • Loading branch information
chrisvest committed Jul 16, 2018
1 parent 6bcf1aa commit 67d2ab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -344,6 +344,7 @@
<version>2.21.0</version>
<configuration>
<forkCount>${forkCounts}</forkCount>
<trimStackTrace>false</trimStackTrace>
<reuseForks>true</reuseForks>
<argLine>${test.runner.jvm.settings}</argLine>
<runOrder>random</runOrder>
Expand Down

0 comments on commit 67d2ab9

Please sign in to comment.