summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjz385p <jegadeesh.babu@att.com>2020-04-30 19:16:52 +0530
committerjz385p <jegadeesh.babu@att.com>2020-04-30 19:17:13 +0530
commitb5774aab8e5687412b9b3e062fe8060f4c6b1e1a (patch)
treee926f605676ad3239bb867ce491020fc055eeee5
parentc7f033eec8a0a88a2ae0d200b5cc5f25fe41e70f (diff)
Added maven property to skip angular test cases
Added maven property to skip test cases Issue-ID: PORTAL-897 Change-Id: I6cd063b0e01f7ab5008cd1c138b0dc5482cf46bf Signed-off-by: jz385p <jegadeesh.babu@att.com>
-rw-r--r--ecomp-sdk/epsdk-app-os/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml
index 4a8eae11..7e07b3d6 100644
--- a/ecomp-sdk/epsdk-app-os/pom.xml
+++ b/ecomp-sdk/epsdk-app-os/pom.xml
@@ -182,6 +182,7 @@
<configuration>
<arguments>run-script test</arguments>
+ <skip>${skiptests}</skip>
</configuration>
</execution>