KEYCLOAK-18380 Fix Groups search by name returns unwanted groups
Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com> Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
This commit is contained in:
parent
565251d5a6
commit
5d9d749fbd
1 changed files with 2 additions and 4 deletions
|
@ -847,11 +847,9 @@ public class GroupTest extends AbstractGroupTest {
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void searchForGroupsShouldOnlyReturnMatchingElementsOrIntermediatePaths() {
|
public void searchForGroupsShouldOnlyReturnMatchingElementsOrIntermediatePaths() {
|
||||||
//Map Group Provider is not working the same way as JPA Group Provider
|
|
||||||
//see https://issues.redhat.com/browse/KEYCLOAK-18390
|
|
||||||
Assume.assumeTrue(Profile.getDisabledFeatures().contains(Profile.Feature.MAP_STORAGE));
|
|
||||||
/*
|
/*
|
||||||
* /g1/g1.1-bubu
|
* /g1/g1.1-gugu
|
||||||
* /g1/g1.2-test1234
|
* /g1/g1.2-test1234
|
||||||
* /g2-test1234
|
* /g2-test1234
|
||||||
* /g3/g3.1-test1234/g3.1.1
|
* /g3/g3.1-test1234/g3.1.1
|
||||||
|
|
Loading…
Reference in a new issue