Run model tests with clusterless feature enabled
Closes #33058 Signed-off-by: Michal Hajas <mhajas@redhat.com>
This commit is contained in:
parent
4e23b450be
commit
d9c567a5e4
1 changed files with 3 additions and 3 deletions
|
@ -258,7 +258,7 @@
|
||||||
</profile>
|
</profile>
|
||||||
|
|
||||||
<profile>
|
<profile>
|
||||||
<id>jpa+remote-infinispan</id>
|
<id>jpa+clusterless</id>
|
||||||
<properties>
|
<properties>
|
||||||
<keycloak.model.parameters>RemoteInfinispan,Jpa</keycloak.model.parameters>
|
<keycloak.model.parameters>RemoteInfinispan,Jpa</keycloak.model.parameters>
|
||||||
</properties>
|
</properties>
|
||||||
|
@ -269,8 +269,8 @@
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
<systemPropertyVariables>
|
<systemPropertyVariables>
|
||||||
<keycloak.profile.feature.remote_cache>enabled</keycloak.profile.feature.remote_cache>
|
<keycloak.profile.feature.clusterless>enabled</keycloak.profile.feature.clusterless>
|
||||||
<keycloak.profile.feature.multi_site>enabled</keycloak.profile.feature.multi_site>
|
<keycloak.profile.feature.persistent_user_sessions>disabled</keycloak.profile.feature.persistent_user_sessions>
|
||||||
</systemPropertyVariables>
|
</systemPropertyVariables>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in a new issue