Community
Participate
Working Groups
Currently the tycho-surefire-plugin doesn't support the maven-surefire-plugin's testIgnoreFailure configuration setting. There are times when you want to continue to run the tests even though there is a failure, and don't want the build to stop. If I get a chance, I'll see about creating a patch to add this option.
What a coincidence: This was just fixed in 0.13.0-SNAPSHOT. Just like with maven-surefire-plugin, you can either configure testIgnoreFailure=true on the tycho-surefire-plugin, or set the system property maven.test.failure.ignore=true (see bug 348211).
(In reply to comment #1) > What a coincidence: This was just fixed in 0.13.0-SNAPSHOT. Just like with > maven-surefire-plugin, you can either configure testIgnoreFailure=true on the > tycho-surefire-plugin, or set the system property > maven.test.failure.ignore=true (see bug 348211). Excellent! Will have to give it a try.