Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
mvn verify should be run as part of the build pipeline.
The integration tests are currently broken and I believe they have been since this PR was merged because it introduced static imports to org.junit.Assert which is not on the classpath when running mvn verify.
There is also some incorrect config in the failsafe plugin.
By reverting the change to both ParentFirstTestCase.java and SecurityForbiddenTestCase.java in that PR and fixing the pom I was able to successfully run the tests.