Disable testDisabledUserAfterInactivityPeriod

- prevents CI failures while the feature is still being developed

#Closes #41913

Signed-off-by: Stefan Guilhen <sguilhen@redhat.com>
This commit is contained in:
Stefan Guilhen 2025-08-18 10:26:44 -03:00 committed by Pedro Igor
parent be4a86a6d4
commit 4267561441

View File

@ -27,6 +27,7 @@ import java.time.Duration;
import jakarta.persistence.EntityManager;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.keycloak.common.util.Time;
import org.keycloak.connections.jpa.JpaConnectionProvider;
@ -83,6 +84,7 @@ public class UserSessionRefreshTimePolicyTest {
}
@Test
@Disabled
public void testDisabledUserAfterInactivityPeriod() {
runOnServer.run((RunOnServer) session -> {
RealmModel realm = configureSessionContext(session);