Details
-
Test
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.19.0
-
None
-
Unknown
Description
I got this test failure
Failed tests:
ServletMappingAutoConfigurationTest.testServletMapping:63 expected:<[Hello]> but was:<[
]>
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
Also the tests should not run when I do a
mvn clean install -Pfastinstall
Which should not run the unit tests.