keycloak-memoizeit
KEYCLOAK-4101: Move tests under testsuite. Only run under -Pauth-server-wildfly
Changes
testsuite/integration-arquillian/tests/other/server-config-migration/src/test/java/org/keycloak/test/config/migration/ConfigMigrationTest.java 0(+0 -0)
testsuite/integration-arquillian/tests/other/server-config-migration/src/test/resources/domain/domain-1.8.1.xml 0(+0 -0)
testsuite/integration-arquillian/tests/other/server-config-migration/src/test/resources/domain/host-master-1.8.1.xml 0(+0 -0)
testsuite/integration-arquillian/tests/other/server-config-migration/src/test/resources/domain/keycloak-server.json 0(+0 -0)
testsuite/integration-arquillian/tests/other/server-config-migration/src/test/resources/standalone/keycloak-server.json 0(+0 -0)
Details
diff --git a/testsuite/integration-arquillian/tests/other/pom.xml b/testsuite/integration-arquillian/tests/other/pom.xml
index 65b0d54..bea7858 100644
--- a/testsuite/integration-arquillian/tests/other/pom.xml
+++ b/testsuite/integration-arquillian/tests/other/pom.xml
@@ -38,7 +38,7 @@
<modules>
<module>adapters</module>
- <module>sssd</module>
+ <!--<module>sssd</module>-->
</modules>
<build>
@@ -154,6 +154,12 @@
<module>nodejs_adapter</module>
</modules>
</profile>
+ <profile>
+ <id>auth-server-wildfly</id>
+ <modules>
+ <module>server-config-migration</module>
+ </modules>
+ </profile>
</profiles>
</project>