This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch 3.9.x
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit d65d5dfa6f8f2e5eb50ee56a3d8c4d06129ec1f0
Author: Quan Tran <[email protected]>
AuthorDate: Tue Oct 28 15:31:43 2025 +0700

    JAMES-4148 Enable run rules on all users mailbox tests
---
 .../RabbitMQWebAdminServerTaskSerializationIntegrationTest.java         | 2 --
 .../apache/james/webadmin/data/jmap/RunRulesOnMailboxRoutesTest.java    | 2 --
 2 files changed, 4 deletions(-)

diff --git 
a/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQWebAdminServerTaskSerializationIntegrationTest.java
 
b/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQWebAdminServerTaskSerializationIntegrationTest.java
index 3c47808de4..acca84a319 100644
--- 
a/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQWebAdminServerTaskSerializationIntegrationTest.java
+++ 
b/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/src/test/java/org/apache/james/webadmin/integration/rabbitmq/RabbitMQWebAdminServerTaskSerializationIntegrationTest.java
@@ -90,7 +90,6 @@ import 
org.apache.james.webadmin.vault.routes.DeletedMessagesVaultRoutes;
 import org.eclipse.jetty.http.HttpStatus;
 import org.hamcrest.Matchers;
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Tag;
 import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.extension.RegisterExtension;
@@ -780,7 +779,6 @@ class 
RabbitMQWebAdminServerTaskSerializationIntegrationTest {
             .body("additionalInformation.mailboxPath", 
is(MailboxPath.forUser(Username.of(USERNAME), 
MailboxConstants.INBOX).asString()));
     }
 
-    @Disabled("JAMES-4148: Route not plugged yet")
     @Test
     void runRulesOnAllUsersMailboxShouldComplete(GuiceJamesServer server) 
throws Exception {
         server.getProbe(DataProbeImpl.class).addUser(USERNAME, "secret");
diff --git 
a/server/protocols/webadmin/webadmin-jmap/src/test/java/org/apache/james/webadmin/data/jmap/RunRulesOnMailboxRoutesTest.java
 
b/server/protocols/webadmin/webadmin-jmap/src/test/java/org/apache/james/webadmin/data/jmap/RunRulesOnMailboxRoutesTest.java
index 50b43be71e..d1058a9bf5 100644
--- 
a/server/protocols/webadmin/webadmin-jmap/src/test/java/org/apache/james/webadmin/data/jmap/RunRulesOnMailboxRoutesTest.java
+++ 
b/server/protocols/webadmin/webadmin-jmap/src/test/java/org/apache/james/webadmin/data/jmap/RunRulesOnMailboxRoutesTest.java
@@ -69,7 +69,6 @@ import org.assertj.core.api.SoftAssertions;
 import org.hamcrest.Matchers;
 import org.junit.jupiter.api.AfterEach;
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Nested;
 import org.junit.jupiter.api.Test;
 
@@ -1041,7 +1040,6 @@ public class RunRulesOnMailboxRoutesTest {
         }
     }
 
-    @Disabled("JAMES-4148: Route not plugged yet")
     @Nested
     class RunRulesOnAllUsersMailbox {
         @BeforeEach


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

Reply via email to