gnodet commented on code in PR #24698:
URL: https://github.com/apache/camel/pull/24698#discussion_r3586892267


##########
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:
   You're right — thanks for catching this. Develocity confirms 0 flaky 
occurrences since July 11 (256 runs, only 1 flaky on July 10 which was likely a 
build that hadn't picked up the Awaitility fix from PR #24509 yet).
   
   I'll drop the `JmsDurableTopicIT` change from this PR.
   
   _Claude Code on behalf of @gnodet_



-- 
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