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
c7eb30d910
commit
a0f576cce4
1
pom.xml
1
pom.xml
|
@ -1785,6 +1785,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