Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
ci
Describe the bug
There are failures in latest CI in PR builds and in nightly builds in the Chrome tests. Those are probably caused by Chrome update (and chrome webdriver update), which are done automatically in our CI without any control from our side.
For example here the nightly build from today (2025-04-10): https://github.com/keycloak/keycloak/actions/runs/14369469129/job/40302270822 . I saw also in some PR the failure in Base IT tests group 1
in the TermsAndConditionsTest
(which is hardcoded to use Chrome in some cases and hence fails even if base-testsuite is using Html-Unit driver).
Version
nightly (from 2025-04-10)
Regression
- The issue is a regression
Expected beha 6FDB vior
CI passing
Actual behavior
Ci failing
How to Reproduce?
Send the PR with some changes in keycloak-services
as that will run the CI with BaseIT tests, Forms test and WebAuthn tests (or just not send PR, but reproduce it in your branch in your own CI).
Anything else?
No response