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>
diff --git a/catalog-ui/pom.xml b/catalog-ui/pom.xml
index 1a03fa7..1d1fb8a 100644
--- a/catalog-ui/pom.xml
+++ b/catalog-ui/pom.xml
@@ -133,7 +133,7 @@
<phase>test</phase>
<configuration>
<arguments>test</arguments>
- <skip>${skipTests}</skip>
+ <skip>${maven.test.skip}</skip>
</configuration>
</execution>
</executions>