|
|
-
Re: How to skip failure/errors of hbase unit testsTed Yu 2013-01-05, 21:26
Why do you want to skip error in unit tests ?
Do you have a patch that needs to be verified ? You can use -PrunAllTests . Cheers On Fri, Jan 4, 2013 at 10:24 PM, Xiaomin Zhang <[EMAIL PROTECTED]>wrote: > Hello, gurus: > I think '-Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true' > is enough for maven to continue running unit tests even there're some cases > timeout or failed. But I cannot get the expected result. > Is there anything I need to look at? > Thanks. > |