"smarlow(a)redhat.com" wrote : I asked maven to ignore the results of unit tests
and I get a build failure after the setJaxTestCase error. Is this logically the same as
excluding the failing test?
|
| I used the following command line:
|
| mvn -e test -Dmaven.test.failure.ignore=true
|
I think so. I wasn't familiar with that property. So it looks like
AsynchronousContextWithDependencyOnAsynchronousTestCase (the AsynchXXX tests are run via
the ant plugin after the main tests) is failing for you. I've run this a few times and
it passes fine for me here, so get in touch on IRC later so we can figure out why it does
not work for you.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256559#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...