jamesnetherton opened a new issue #1146: URL: https://github.com/apache/camel-quarkus/issues/1146
The error below keeps popping up, so for now I'll disable the test when running in GitHub CI. ``` [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 7.442 s <<< FAILURE! - in org.apache.camel.quarkus.component.hystrix.it.HystrixTest [ERROR] testHystrixFallback Time elapsed: 1.655 s <<< FAILURE! java.lang.AssertionError: 1 expectation failed. Response body doesn't match expectation. Expected: is "Hello Camel Quarkus Hystrix" Actual: Fallback response at org.apache.camel.quarkus.component.hystrix.it.HystrixTest.testHystrixFallback(HystrixTest.java:37) ``` Maybe we should drop this extension once we upgrade to Camel 3.3.0 and replace with the new `camel-microprofile-fault-tolerance`. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org