KEYCLOAK-17302 - exclude for Remote testsuite
This commit is contained in:
parent
7b227ae47c
commit
17b19b2e36
1 changed files with 1 additions and 1 deletions
|
@ -219,7 +219,7 @@ public class LoginTest extends AbstractTestRealmKeycloakTest {
|
||||||
client.close();
|
client.close();
|
||||||
}
|
}
|
||||||
|
|
||||||
@AuthServerContainerExclude(value = AuthServerContainerExclude.AuthServer.QUARKUS, details = "Unstable for Quarkus, review later")
|
@AuthServerContainerExclude(value = {AuthServerContainerExclude.AuthServer.QUARKUS, AuthServerContainerExclude.AuthServer.REMOTE}, details = "Unstable for Quarkus, review later. Remote testsuite: max-detail-length is set to zero in standalone.xml, proposed fix - KEYCLOAK-17659")
|
||||||
@Test
|
@Test
|
||||||
public void loginWithLongRedirectUri() throws Exception {
|
public void loginWithLongRedirectUri() throws Exception {
|
||||||
try (AutoCloseable c = new RealmAttributeUpdater(adminClient.realm("test"))
|
try (AutoCloseable c = new RealmAttributeUpdater(adminClient.realm("test"))
|
||||||
|
|
Loading…
Reference in a new issue