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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new eff00f0e3 RATIS-1952. Cannot run specific test due to 
failIfNoSpecifiedTests=true (#979)
eff00f0e3 is described below

commit eff00f0e3353d5b5580f3637b0c945e89d16f4a0
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sun Dec 3 03:34:35 2023 +0100

    RATIS-1952. Cannot run specific test due to failIfNoSpecifiedTests=true 
(#979)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 2a4273db5..54aead776 100644
--- a/pom.xml
+++ b/pom.xml
@@ -630,6 +630,7 @@
           <version>${maven-surefire-plugin.version}</version>
           <configuration>
             <failIfNoTests>false</failIfNoTests>
+            <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
             <reuseForks>false</reuseForks>
             <trimStackTrace>false</trimStackTrace>
             <forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>

Reply via email to