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

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


The following commit(s) were added to refs/heads/master by this push:
     new 33d1c797 [AURON #1381] Modify Auron run unit tests by default (#1382)
33d1c797 is described below

commit 33d1c797db6d523308f6f56d762d3f9f66490c69
Author: zhangmang <[email protected]>
AuthorDate: Sat Oct 4 21:13:02 2025 +0800

    [AURON #1381] Modify Auron run unit tests by default (#1382)
    
    * [AURON #1381] Modify Auron run unit tests by default
    
    * test enable UT
    
    * test ut
    
    * maven-surefire-plugin enable UT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e8e8333d..f44da643 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,7 +315,7 @@
         <version>${maven.plugin.surefire.version}</version>
         <!-- Note config is repeated in scalatest config -->
         <configuration>
-          <skipTests>true</skipTests>
+          <skipTests>false</skipTests>
           <failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
           <argLine>${extraJavaTestArgs}</argLine>
           <environmentVariables />

Reply via email to