orpiske commented on PR #9001: URL: https://github.com/apache/camel/pull/9001#issuecomment-1373389476
> ### Components tested: > Total Tested Failed ❌ Passed ✅ > 7 7 1 6 I haven't had these failures locally when I tried. I suspect they may be flaky on GH only. I am attaching the JMS log (the only component that had failures). In this case, I think it may be OK to disable them using the following: ``` @DisabledIfSystemProperty(named = "ci.env.name", matches = "github.com", disabledReason = "Flaky on Github CI") ``` [components-camel-jms.log](https://github.com/apache/camel/files/10359024/components-camel-jms.log) [camel-jms-test.log](https://github.com/apache/camel/files/10359021/camel-jms-test.log) -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org