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
The following commit(s) were added to refs/heads/master by this push:
new edfbe9b647 Only unstable builds should be played for unstable profile
in distributed-webadmin-integration-test
edfbe9b647 is described below
commit edfbe9b6472cc57858bf60b91c691e9c9086beaa
Author: Rene Cordier <[email protected]>
AuthorDate: Fri Jul 29 16:12:05 2022 +0700
Only unstable builds should be played for unstable profile in
distributed-webadmin-integration-test
---
.../distributed-webadmin-integration-test/pom.xml | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
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 6053b36a61..88983f30cd 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,12 @@
<reuseForks>true</reuseForks>
<!-- Fail tests longer than 20 minutes, prevent form
random locking tests -->
<forkedProcessTimeoutInSeconds>1200</forkedProcessTimeoutInSeconds>
- <groups
combine.self="override">BasicFeature&!unstable</groups>
+ <!-- Junit 5 move from Category to Tag, and it needs tag's
name as parameter -->
+ <groups combine.self="override">BasicFeature</groups>
+ <excludedGroups>unstable</excludedGroups>
+ <properties>
+ <includeTags>junit5</includeTags>
+ </properties>
</configuration>
</plugin>
</plugins>
@@ -118,7 +123,7 @@
<version>2.22.2</version>
<configuration>
<excludedGroups />
- <groups
combine.self="override">BasicFeature&unstable</groups>
+ <groups>unstable</groups>
</configuration>
</plugin>
</plugins>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]