mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +08:00
Switch off smoke tests by default in IDE
The Maven build now sets a System property smoke.test=true. The tests are skipped if this is not set, so by default the IDE will not run them.
This commit is contained in:
@@ -136,6 +136,9 @@
|
||||
<goal>test</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<systemProperties>
|
||||
<smoke.test>true</smoke.test>
|
||||
</systemProperties>
|
||||
<includes>
|
||||
<include>**/*SmokeTests.java</include>
|
||||
</includes>
|
||||
|
||||
Reference in New Issue
Block a user