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


##########
server/apps/distributed-app/src/test/java/org/apache/james/WithScanningSearchMutableTest.java:
##########
@@ -19,8 +19,11 @@
 
 package org.apache.james;
 
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.extension.RegisterExtension;
 
+@Disabled("Save build time. Distributed app + scanning search is an edge use 
case." +
+    "WithScanningSearchImmutableTest is enough to cover this case.")

Review Comment:
   Keep a single specialized test in another class ensuring is starts with 
scanning search
   
   -> Only asserts that the wiring is well done.



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