keycloak-uncached

Merge pull request #4000 from mhajas/KEYCLOAK-4703 KEYCLOAK-4703

4/26/2017 3:04:41 AM

Details

diff --git a/testsuite/integration-arquillian/tests/other/adapters/pom.xml b/testsuite/integration-arquillian/tests/other/adapters/pom.xml
index 75a68ea..e37a0dc 100644
--- a/testsuite/integration-arquillian/tests/other/adapters/pom.xml
+++ b/testsuite/integration-arquillian/tests/other/adapters/pom.xml
@@ -84,6 +84,9 @@
         <exclude.test>-</exclude.test>
         <exclude.cors.tests>**/cors/*Test.java</exclude.cors.tests>
 
+        <!-- Use phantomjs as default browser for adapters, since javascript doesn't work correctly on htmlUnit (KEYCLOAK-4703) -->
+        <browser>phantomjs</browser>
+
     </properties>
 
     <modules>