KEYCLOAK-13384 exclude IdentityProviderTest.failCreateInvalidUrl from remote-tests
This commit is contained in:
parent
780d11e790
commit
330d5b2c25
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,8 @@ import static org.junit.Assert.assertThat;
|
|||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
import static org.keycloak.testsuite.arquillian.AuthServerTestEnricher.AUTH_SERVER_SSL_REQUIRED;
|
||||
import org.keycloak.testsuite.arquillian.annotation.AuthServerContainerExclude;
|
||||
import static org.keycloak.testsuite.arquillian.annotation.AuthServerContainerExclude.AuthServer.REMOTE;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:sthorger@redhat.com">Stian Thorgersen</a>
|
||||
|
@ -167,6 +169,7 @@ public class IdentityProviderTest extends AbstractAdminTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@AuthServerContainerExclude(REMOTE)
|
||||
public void failCreateInvalidUrl() throws Exception {
|
||||
try (AutoCloseable c = new RealmAttributeUpdater(realmsResouce().realm("test"))
|
||||
.updateWith(r -> r.setSslRequired(SslRequired.ALL.name()))
|
||||
|
|
Loading…
Reference in a new issue