mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: run unit test only when web-e2e enabled
This commit is contained in:
parent
0911afbe4c
commit
93cc90b816
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue