Details
-
Type:
Test
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.19.0
-
Fix Version/s: 2.19.0
-
Component/s: camel-servlet, camel-spring-boot
-
Labels:None
-
Estimated Complexity: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.