You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ki...@apache.org on 2021/02/07 07:35:38 UTC

[incubator-dolphinscheduler] branch 1.3.5-prepare updated: [pom]update pom.xml about test (#4715)

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

kirs pushed a commit to branch 1.3.5-prepare
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/1.3.5-prepare by this push:
     new adac9c1  [pom]update pom.xml about test (#4715)
adac9c1 is described below

commit adac9c1387a8f0c007f02efe11aa45c84fab2f1a
Author: lgcareer <18...@163.com>
AuthorDate: Sun Feb 7 15:35:15 2021 +0800

    [pom]update pom.xml about test (#4715)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 238c82a..3664f9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -856,7 +856,7 @@
                         <include>**/plugin/model/AlertInfoTest.java</include>
                         <!-- <include>**/plugin/utils/PropertyUtilsTest.java</include> -->
                     </includes>
-                    <!-- <skip>true</skip> -->
+                    <skip>true</skip>
                 </configuration>
             </plugin>