keycloak-uncached

Details

diff --git a/testsuite/integration-arquillian/README.md b/testsuite/integration-arquillian/README.md
index 9134d82..c2f7add 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 2376495..07eab1e 100644
--- a/testsuite/integration-arquillian/tests/other/pom.xml
+++ b/testsuite/integration-arquillian/tests/other/pom.xml
@@ -40,7 +40,6 @@
         <module>adapters</module>
         <module>sssd</module>
         <module>springboot-tests</module>
-        <module>base-ui</module>
     </modules>
 
     <properties>
@@ -168,6 +167,12 @@
                 <module>welcome-page</module>
             </modules>
         </profile>
+        <profile>
+            <id>base-ui</id>
+            <modules>
+                <module>base-ui</module>
+            </modules>
+        </profile>
     </profiles>
 
 </project>