Disable Tests for maven-stage 19/114019/2
authorstatta <statta@att.com>
Mon, 19 Oct 2020 21:00:22 +0000 (17:00 -0400)
committerstatta <statta@att.com>
Mon, 19 Oct 2020 21:11:16 +0000 (17:11 -0400)
There is an issue on running npm tests which uses headless chrome
browser when the undelying os is centos; tests are needed for
maven-staging

Issue-ID: PORTAL-1023
Change-Id: I60d7ee66244ac92f6d0fa7fe1fcbbc72527b8822
Signed-off-by: statta <statta@att.com>
jjb/portal-sdk/portal-sdk.yaml

index 32c9333..a4d46a5 100644 (file)
@@ -14,7 +14,7 @@
           build-node: centos7-builder-4c-4g
           maven-versions-plugin: true
           mvn-pom: 'ecomp-sdk/pom.xml'
-          mvn-params: '-f ecomp-sdk/pom.xml'
+          mvn-params: '-f ecomp-sdk/pom.xml -Dskiptests=true'
           pattern: 'ecomp-sdk/**'
       - '{project-name}-{stream}-{subproject}-verify-java'
       - '{project-name}-{stream}-{subproject}-merge-java'