Skip to content

Commit 93cc90b

Browse files
committed
fix: run unit test only when web-e2e enabled
1 parent 0911afb commit 93cc90b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
</goals>
104104
<phase>test</phase>
105105
<configuration>
106-
<skip>${web.e2e.enabled}</skip>
106+
<skip>${web.e2e.disabled}</skip>
107107
<arguments>run test</arguments>
108108
</configuration>
109109
</execution>

0 commit comments

Comments
 (0)