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

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

commit 9fcda1ee2d013f0db1b8efe05788dc7805dca29b
Author: Tran Tien Duc <[email protected]>
AuthorDate: Fri Feb 7 15:51:38 2020 +0700

    [Fix] Disable unstable test on concurrent webadmin start up
---
 .../src/test/java/org/apache/james/webadmin/WebAdminUtilsTest.java   | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/server/protocols/webadmin/webadmin-core/src/test/java/org/apache/james/webadmin/WebAdminUtilsTest.java
 
b/server/protocols/webadmin/webadmin-core/src/test/java/org/apache/james/webadmin/WebAdminUtilsTest.java
index f5e61d6..3cdfe09 100644
--- 
a/server/protocols/webadmin/webadmin-core/src/test/java/org/apache/james/webadmin/WebAdminUtilsTest.java
+++ 
b/server/protocols/webadmin/webadmin-core/src/test/java/org/apache/james/webadmin/WebAdminUtilsTest.java
@@ -22,11 +22,14 @@ package org.apache.james.webadmin;
 import java.time.Duration;
 
 import org.apache.james.util.concurrency.ConcurrentTestRunner;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 class WebAdminUtilsTest {
+
+    @Disabled("JAMES-3046 the concurrent webadmin server fails on a high 
concurrent level")
     @Test
-    void serverShouldBeAbletoStartConcurrently() throws Exception {
+    void serverShouldBeAbleToStartConcurrently() throws Exception {
         ConcurrentTestRunner.builder()
             .operation((a, b) -> {
                 WebAdminServer webAdminServer = 
WebAdminUtils.createWebAdminServer();


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

Reply via email to