Code Review
/
portal
/
sdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c7f033e
)
Added maven property to skip angular test cases
95/106895/1
author
jz385p
<jegadeesh.babu@att.com>
Thu, 30 Apr 2020 13:46:52 +0000
(19:16 +0530)
committer
jz385p
<jegadeesh.babu@att.com>
Thu, 30 Apr 2020 13:47:13 +0000
(19:17 +0530)
Added maven property to skip test cases
Issue-ID: PORTAL-897
Change-Id: I6cd063b0e01f7ab5008cd1c138b0dc5482cf46bf
Signed-off-by: jz385p <jegadeesh.babu@att.com>
ecomp-sdk/epsdk-app-os/pom.xml
patch
|
blob
|
history
diff --git
a/ecomp-sdk/epsdk-app-os/pom.xml
b/ecomp-sdk/epsdk-app-os/pom.xml
index
4a8eae1
..
7e07b3d
100644
(file)
--- 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>