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

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


The following commit(s) were added to refs/heads/master by this push:
     new 94c68309e3 HDDS-9757. Cannot run specific test due to 
failIfNoSpecifiedTests=true (#5653)
94c68309e3 is described below

commit 94c68309e3acf1ffbd7cc7fe4f7eed7185fc573b
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Nov 22 07:03:14 2023 +0100

    HDDS-9757. Cannot run specific test due to failIfNoSpecifiedTests=true 
(#5653)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 46b01fcf5d..d13de13975 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,6 +101,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xs
     <release-year>2019</release-year>
 
     <failIfNoTests>false</failIfNoTests>
+    <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
     
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <jetty.version>9.4.53.v20231009</jetty.version>
     <java.dev.jna.version>5.2.0</java.dev.jna.version>


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

Reply via email to