-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
area/testsuiteIndicates an issue on the Testsuite areaIndicates an issue on the Testsuite areakind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugteam/continuous-testing
Milestone
Description
Before reporting an issue
- I have searched existing issues
- I have reproduced the issue with the latest nightly release
Area
testsuite
Describe the bug
This line causes a troubles when testing with AD:
https://github.com/keycloak/keycloak/blob/main/testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/federation/ldap/LDAPGroupMapperSyncTest.java#L102
MS AD does not support adding the non existing item to group.
Version
Version from main
Expected behavior
The tests should be excuted on MS AD
Actual behavior
The tests are not executed because of the error during import
How to Reproduce?
Run the tests with MS AD
Anything else?
No response
Metadata
Metadata
Assignees
Labels
area/testsuiteIndicates an issue on the Testsuite areaIndicates an issue on the Testsuite areakind/bugCategorizes a PR related to a bugCategorizes a PR related to a bugteam/continuous-testing