Some tests seem to have never passed. Investigate failed JUnit tests and decide if they indicate regressions or not.
In the meantime we deactivate (by setting them to @Ignore) failing tests in order to allow maven to build (e.g. mvn clean package) and to check for further regression by using existing and currently passing tests.
Some tests seem to have never passed. Investigate failed JUnit tests and decide if they indicate regressions or not. In the meantime we deactivate (by setting them to
@Ignore
) failing tests in order to allow maven to build (e.g. mvn clean package) and to check for further regression by using existing and currently passing tests.