Commit 7f6070ea authored by Liang Ding's avatar Liang Ding

Fix #12030

parent 2f991c96
...@@ -333,7 +333,7 @@ ...@@ -333,7 +333,7 @@
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version> <version>${maven-surefire-plugin.version}</version>
<configuration> <configuration>
<skipTests>true</skipTests> <skipTests>false</skipTests>
</configuration> </configuration>
</plugin> </plugin>
......
DO NOT REMOVE THIS FILE!
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment