apupier commented on PR #21732:
URL: https://github.com/apache/camel/pull/21732#issuecomment-4011498041

   test failure:
   
   ```
   Error: spring-main] [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 
0, Time elapsed: 0.175 s <<< FAILURE! -- in 
org.apache.camel.spring.MisspelledRouteRefTest
   Error: spring-main] [ERROR] 
org.apache.camel.spring.MisspelledRouteRefTest.testApplicationContextFailed -- 
Time elapsed: 0.171 s <<< FAILURE!
   org.opentest4j.AssertionFailedError: Object should be of type 
org.apache.camel.CamelException but was: java.lang.RuntimeException: 
org.apache.camel.CamelException: Cannot find any routes with this RouteBuilder 
reference: RouteBuilderRef[xxxroute] with the type: java.lang.RuntimeException 
==> expected: <true> but was: <false>
        at 
org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
        at 
org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
        at org.junit.jupiter.api.AssertTrue.failNotTrue(AssertTrue.java:69)
        at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:41)
        at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:228)
        at 
org.apache.camel.test.junit6.TestSupport.assertIsInstanceOf(TestSupport.java:127)
   ```
   
   I tis unrelated to this PR. i also reproduce this test failure on main branch


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to