apupier commented on code in PR #24698:
URL: https://github.com/apache/camel/pull/24698#discussion_r3585736751
##########
components/camel-jms/src/test/java/org/apache/camel/component/jms/integration/JmsDurableTopicIT.java:
##########
@@ -60,7 +60,7 @@ public void testDurableTopic() throws Exception {
final Object request = assertDoesNotThrow(() -> future.get(5,
TimeUnit.SECONDS));
assertNotNull(request);
- MockEndpoint.assertIsSatisfied(context);
Review Comment:
there was already a change for flakiness fix
https://github.com/gnodet/camel/commit/c5d06bf2e2511031869470ed28d167e4a5b9498c
, develocity is not reporting any flakiness since then
--
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]