Merge pull request #4618 from vramik/KEYCLOAK-5244
KEYCLOAK-5244 fix blacklists.path in tests
This commit is contained in:
commit
12b2e72162
2 changed files with 2 additions and 2 deletions
|
@ -316,7 +316,7 @@
|
|||
<keycloak.connectionsJpa.url.crossdc>${keycloak.connectionsJpa.url.crossdc}</keycloak.connectionsJpa.url.crossdc>
|
||||
|
||||
<!-- used by PasswordPolicyTest.testBlacklistPasswordPolicyWithTestBlacklist, see KEYCLOAK-5244 -->
|
||||
<keycloak.password.blacklists.path>${project.build.directory}/test-classes</keycloak.password.blacklists.path>
|
||||
<keycloak.password.blacklists.path>${project.build.directory}/test-classes/password-blacklists</keycloak.password.blacklists.path>
|
||||
</systemPropertyVariables>
|
||||
<properties>
|
||||
<property>
|
||||
|
|
|
@ -68,7 +68,7 @@ if [ $1 == "server-group2" ]; then
|
|||
fi
|
||||
|
||||
if [ $1 == "server-group3" ]; then
|
||||
run-server-tests org.keycloak.testsuite.au*.**.*Test,org.keycloak.testsuite.d*.**.*Test,org.keycloak.testsuite.e*.**.*Test,org.keycloak.testsuite.f*.**.*Test,org.keycloak.testsuite.i*.**.*Test
|
||||
run-server-tests org.keycloak.testsuite.au*.**.*Test,org.keycloak.testsuite.d*.**.*Test,org.keycloak.testsuite.e*.**.*Test,org.keycloak.testsuite.f*.**.*Test,org.keycloak.testsuite.i*.**.*Test,org.keycloak.testsuite.p*.**.*Test
|
||||
fi
|
||||
|
||||
if [ $1 == "server-group4" ]; then
|
||||
|
|
Loading…
Reference in a new issue