mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
KEYCLOAK-14508 - Exclude SessionNotOnOrAfterTest from remote tests
This commit is contained in:
parent
9a7b91bdc2
commit
48e4432e9d
@ -8,6 +8,7 @@ import org.keycloak.dom.saml.v2.assertion.StatementAbstractType;
|
||||
import org.keycloak.dom.saml.v2.protocol.ResponseType;
|
||||
import org.keycloak.saml.common.constants.JBossSAMLURIConstants;
|
||||
import org.keycloak.saml.processing.core.saml.v2.util.XMLTimeUtil;
|
||||
import org.keycloak.testsuite.arquillian.annotation.AuthServerContainerExclude;
|
||||
import org.keycloak.testsuite.updaters.RealmAttributeUpdater;
|
||||
import org.keycloak.testsuite.util.Matchers;
|
||||
import org.keycloak.testsuite.util.SamlClient;
|
||||
@ -29,6 +30,7 @@ import org.keycloak.testsuite.updaters.ClientAttributeUpdater;
|
||||
/**
|
||||
* @author mhajas
|
||||
*/
|
||||
@AuthServerContainerExclude(AuthServerContainerExclude.AuthServer.REMOTE)
|
||||
public class SessionNotOnOrAfterTest extends AbstractSamlTest {
|
||||
|
||||
private static final int SSO_MAX_LIFESPAN = 3602;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user