You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2020/06/08 09:33:54 UTC

[incubator-dolphinscheduler] branch 1.3.0-release updated: skip test for release

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

leonbao pushed a commit to branch 1.3.0-release
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/1.3.0-release by this push:
     new 26c1443  skip test for release
26c1443 is described below

commit 26c14437a4a1e82d5c65de7511cafea1daecf3a5
Author: lenboo <ba...@analysys.com.cn>
AuthorDate: Mon Jun 8 17:33:29 2020 +0800

    skip test for release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 55ee609..7bab1da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -846,7 +846,7 @@
                         <include>**/plugin/model/AlertInfoTest.java</include>
                         <include>**/plugin/utils/PropertyUtilsTest.java</include>
                     </includes>
-                    <!-- <skip>true</skip> -->
+                     <skip>true</skip>
                 </configuration>
             </plugin>