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 091a8d0981 [Build] MemoryLinshareBlobExportMechanismIntegrationTest has Unstable tag, should not be played with stable tests 091a8d0981 is described below commit 091a8d09810064502a03eab68bed6ee11dbad2dd Author: Rene Cordier <rcord...@linagora.com> AuthorDate: Wed Dec 11 09:54:30 2024 +0700 [Build] MemoryLinshareBlobExportMechanismIntegrationTest has Unstable tag, should not be played with stable tests --- .../memory-webadmin-integration-test/pom.xml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/server/protocols/webadmin-integration-test/memory-webadmin-integration-test/pom.xml b/server/protocols/webadmin-integration-test/memory-webadmin-integration-test/pom.xml index 2ede222169..8a913d7fe2 100644 --- a/server/protocols/webadmin-integration-test/memory-webadmin-integration-test/pom.xml +++ b/server/protocols/webadmin-integration-test/memory-webadmin-integration-test/pom.xml @@ -63,8 +63,31 @@ <reuseForks>true</reuseForks> <forkedProcessTimeoutInSeconds>1800</forkedProcessTimeoutInSeconds> <forkCount>4</forkCount> + <excludedGroups>unstable</excludedGroups> + <properties> + <includeTags>junit5</includeTags> + </properties> </configuration> </plugin> </plugins> </build> + <profiles> + <profile> + <id>unstable-tests</id> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <excludedGroups/> + <groups>unstable</groups> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + </profile> + </profiles> </project> --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org