From eb14bdff0123d0e6ab254922bb367e0097bf1370 Mon Sep 17 00:00:00 2001 From: Tomas Kyjovsky Date: Wed, 20 Jan 2016 09:07:07 +0100 Subject: [PATCH] KEYCLOAK-1642 Added profile for enabling console UI tests. Disabled by default. --- testsuite/integration-arquillian/tests/other/pom.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/testsuite/integration-arquillian/tests/other/pom.xml b/testsuite/integration-arquillian/tests/other/pom.xml index 847d8f1871..9a925ce369 100644 --- a/testsuite/integration-arquillian/tests/other/pom.xml +++ b/testsuite/integration-arquillian/tests/other/pom.xml @@ -21,9 +21,8 @@ adapters - console - + @@ -112,6 +111,12 @@ + + console-ui-tests + + console + +