mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
This commit temporarily disables the Redis Session smoke test, as it relies on the Session Actuator endpoint being present. Since spring-projects/spring-session#1711, the default session repository contributed is not of type `FindByIndexNameSessionRepository` and thus cannot support the Session endpoint use case. Until gh-30673 is resolved, this test is disabled. See gh-30673