chibenwa commented on code in PR #2993:
URL: https://github.com/apache/james-project/pull/2993#discussion_r3049227092


##########
server/protocols/jmap-rfc-8621-integration-tests/distributed-jmap-rfc-8621-integration-tests/src/test/java/org/apache/james/jmap/rfc8621/distributed/DistributedEmailQueryMethodNoViewTest.java:
##########
@@ -87,4 +95,9 @@ public void 
inMailboxSortedBySentAtShouldCollapseThreads(GuiceJamesServer server
     @Disabled("JAMES-3340 Not supported for no email query view")
     public void 
inMailboxBeforeSortedByReceivedAtShouldCollapseThreads(GuiceJamesServer server) 
{
     }
+
+    @AfterEach
+    void cleanUp(GuiceJamesServer server) {
+        server.getProbe(CleanupTasksPerformerProbe.class).clean();

Review Comment:
   I'd do this on the CI...



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to