aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui
diff options
context:
space:
mode:
authorandre.schmid <andre.schmid@est.tech>2021-10-08 12:54:44 +0100
committerMichael Morris <michael.morris@est.tech>2021-10-19 10:11:11 +0000
commit5a59bf1544c7c9d1eee0cdddcbedc8c0d1d1bb8c (patch)
tree4f92d523120913627b3f6acd7745d110f813d602 /openecomp-ui
parent005d5dee8be436246276195067c67ce68d68c2d7 (diff)
Skip UI tests during fast build
Skip UI tests when using maven fast-build profile. Change-Id: I0d6b10eaddc44be0000cef0c5d8847ad68372b32 Issue-ID: SDC-3753 Signed-off-by: andre.schmid <andre.schmid@est.tech>
Diffstat (limited to 'openecomp-ui')
-rw-r--r--openecomp-ui/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml
index 760d1015e8..d2ff64ee61 100644
--- a/openecomp-ui/pom.xml
+++ b/openecomp-ui/pom.xml
@@ -157,7 +157,7 @@
<configuration>
<yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
<arguments>test-build ${jest.command}</arguments>
- <skip>${skipTests}</skip>
+ <skip>${maven.test.skip}</skip>
</configuration>
<!-- for some reason does not fail on test phase -->
<phase>test</phase>