From 52290cf485aa0baa9bd78f176894500708043564 Mon Sep 17 00:00:00 2001 From: Menaka Jayawardena Date: Mon, 9 Jan 2017 13:29:05 +0530 Subject: [PATCH] Disabling UI tests in build time by default. --- modules/integration/tests-iot-web-ui/pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/integration/tests-iot-web-ui/pom.xml b/modules/integration/tests-iot-web-ui/pom.xml index 84e6b404..c1c52683 100644 --- a/modules/integration/tests-iot-web-ui/pom.xml +++ b/modules/integration/tests-iot-web-ui/pom.xml @@ -48,9 +48,9 @@ src/test/resources/testng.xml + ${skipTests} - true maven.test.haltafterfailure false @@ -267,5 +267,8 @@ + + true +