KEYCLOAK-18056 exclude test for remote testsuite.
This commit is contained in:
parent
2817cb4a19
commit
afb8da7ff0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import static org.hamcrest.Matchers.notNullValue;
|
|||
import static org.keycloak.testsuite.util.SamlClient.Binding.POST;
|
||||
import static org.junit.Assert.assertThat;
|
||||
|
||||
@AuthServerContainerExclude({AuthServerContainerExclude.AuthServer.QUARKUS}) // Can't be done on quarkus because currently quarkus doesn't support the SetDefaultProvider annotation
|
||||
@AuthServerContainerExclude({AuthServerContainerExclude.AuthServer.QUARKUS, AuthServerContainerExclude.AuthServer.REMOTE}) // Can't be done on quarkus or remote because currently quarkus or remote doesn't support the SetDefaultProvider annotation
|
||||
@SetDefaultProvider(spi = "saml-artifact-resolver", providerId = "0005")
|
||||
public class ArtifactBindingCustomResolverTest extends ArtifactBindingTest {
|
||||
|
||||
|
|
Loading…
Reference in a new issue