fix: run unit test only when web-e2e enabled

This commit is contained in:
1ambda 2017-07-12 00:13:28 +09:00
parent 0911afbe4c
commit 93cc90b816

View file

@ -103,7 +103,7 @@
</goals>
<phase>test</phase>
<configuration>
<skip>${web.e2e.enabled}</skip>
<skip>${web.e2e.disabled}</skip>
<arguments>run test</arguments>
</configuration>
</execution>