From e59646aafba0226a4013e2cc24456f114303990b Mon Sep 17 00:00:00 2001 From: vmuzikar Date: Thu, 6 Sep 2018 13:08:24 +0200 Subject: [PATCH] KEYCLOAK-8246 Disable Base UI tests by default --- testsuite/integration-arquillian/README.md | 2 +- testsuite/integration-arquillian/tests/other/pom.xml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/testsuite/integration-arquillian/README.md b/testsuite/integration-arquillian/README.md index 9134d82be3..c2f7add02a 100644 --- a/testsuite/integration-arquillian/README.md +++ b/testsuite/integration-arquillian/README.md @@ -104,7 +104,7 @@ This differs them from other integration tests and Admin Console UI tests. They are designed to work with most of the desktop browsers (HtmlUnit included) as well as mobile browsers (Chrome on Android and Safari on iOS). Please see [HOW-TO-RUN.md](HOW-TO-RUN.md) for details on supported browsers. -The tests are place in a separate module (`tests/other/base-ui`) and are run with HtmlUnit by default. +The tests are place in a separate module (`tests/other/base-ui`) and are disabled by default. ### Admin Console UI Tests diff --git a/testsuite/integration-arquillian/tests/other/pom.xml b/testsuite/integration-arquillian/tests/other/pom.xml index 23764951ce..07eab1ed55 100644 --- a/testsuite/integration-arquillian/tests/other/pom.xml +++ b/testsuite/integration-arquillian/tests/other/pom.xml @@ -40,7 +40,6 @@ adapters sssd springboot-tests - base-ui @@ -168,6 +167,12 @@ welcome-page + + base-ui + + base-ui + +