Skip to content

Commit

Permalink
HBASE-26244 Avoid trim the error stack trace when running UT with mav…
Browse files Browse the repository at this point in the history
…en (#3654)

Signed-off-by: Geoffrey Jacoby <gjacoby@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
  • Loading branch information
comnetwork committed Sep 1, 2021
1 parent ed56a40 commit 3c64f86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@
<configuration>
<groups>${surefire.firstPartGroups}</groups>
<failIfNoTests>false</failIfNoTests>
<trimStackTrace>false</trimStackTrace>
<skip>${surefire.skipFirstPart}</skip>
<forkCount>${surefire.firstPartForkCount}</forkCount>
<reuseForks>false</reuseForks>
Expand Down

0 comments on commit 3c64f86

Please sign in to comment.