You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rc...@apache.org on 2020/01/15 07:46:31 UTC

[james-project] 12/15: [Refactoring] Remove category filtering in Webadmin Integration Tests

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 79f9d23cf6d6d71bcfbf9aad3c3d7d2d5e44ad61
Author: Tran Tien Duc <dt...@linagora.com>
AuthorDate: Fri Jan 10 16:24:35 2020 +0700

    [Refactoring] Remove category filtering in Webadmin Integration Tests
    
    As now, there is no Junit 4 test in the module
---
 .../distributed-webadmin-integration-test/pom.xml                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/pom.xml b/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/pom.xml
index cdda206..47eff5a 100644
--- a/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/pom.xml
+++ b/server/protocols/webadmin-integration-test/distributed-webadmin-integration-test/pom.xml
@@ -101,7 +101,7 @@
                     <reuseForks>true</reuseForks>
                     <!-- Fail tests longer than 2 hours, prevent form random locking tests -->
                     <forkedProcessTimeoutInSeconds>7200</forkedProcessTimeoutInSeconds>
-                    <groups combine.self="override">org.apache.james.junit.categories.BasicFeature, BasicFeature</groups>
+                    <groups combine.self="override">BasicFeature</groups>
                 </configuration>
             </plugin>
         </plugins>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org