Added maven property to skip angular test cases 95/106895/1
authorjz385p <jegadeesh.babu@att.com>
Thu, 30 Apr 2020 13:46:52 +0000 (19:16 +0530)
committerjz385p <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

index 4a8eae1..7e07b3d 100644 (file)
 
                                                <configuration>
                                                        <arguments>run-script test</arguments>
+                                                       <skip>${skiptests}</skip>
                                                </configuration>
                                        </execution>