I would like to skip only a single test while launching mvn install.
Is there a way to do that ?
|
|
|
|
|
|
|
With junit 4, I add an Tests should be consistent, they should be portable, and they should always pass. If a specific test is problematic I would consider re-writing it, removing it entirely, or moving it to a different test suite or project. |
||
|
|
|
i think this should work if using this command:
(for test change pom.xml and test-class to the following and use mvn install) pom.xml
test-class:
|
||
|
|