This is an automated email from the ASF dual-hosted git repository.
kerwin pushed a commit to branch 3.1.9-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.1.9-prepare by this push:
new e7bdefd875 fix that can't skip test (#14872)
e7bdefd875 is described below
commit e7bdefd8750e53f0b6f7ae6c7541239784211c17
Author: fuchanghai <[email protected]>
AuthorDate: Thu Sep 7 15:30:12 2023 +0800
fix that can't skip test (#14872)
---
pom.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 70681850c5..246ae34b2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -571,8 +571,6 @@
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>${project.build.sourceEncoding}</encoding>
- <skip>false</skip>
- <!--not skip compile test classes-->
</configuration>
</plugin>
<plugin>