HBASE-27050 Support unit test pattern matching again (#4447)
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
96182e2cf9
commit
bad3f20a80
1
pom.xml
1
pom.xml
|
@ -1575,6 +1575,7 @@
|
|||
<configuration>
|
||||
<groups>${surefire.firstPartGroups}</groups>
|
||||
<failIfNoTests>false</failIfNoTests>
|
||||
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
|
||||
<trimStackTrace>false</trimStackTrace>
|
||||
<skip>${surefire.skipFirstPart}</skip>
|
||||
<forkCount>${surefire.firstPartForkCount}</forkCount>
|
||||
|
|
Loading…
Reference in New Issue