From 5a59bf1544c7c9d1eee0cdddcbedc8c0d1d1bb8c Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Fri, 8 Oct 2021 12:54:44 +0100 Subject: 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 --- catalog-ui/pom.xml | 2 +- openecomp-ui/pom.xml | 2 +- pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/catalog-ui/pom.xml b/catalog-ui/pom.xml index 1a03fa78d8..1d1fb8ae9d 100644 --- a/catalog-ui/pom.xml +++ b/catalog-ui/pom.xml @@ -133,7 +133,7 @@ test test - ${skipTests} + ${maven.test.skip} 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 @@ false test-build ${jest.command} - ${skipTests} + ${maven.test.skip} test diff --git a/pom.xml b/pom.xml index ebdbc438cf..e0d54945d4 100644 --- a/pom.xml +++ b/pom.xml @@ -669,6 +669,7 @@ Modifications copyright (c) 2018-2019 Nokia true + true onboarding -- cgit 1.2.3-korg