Due to a bug in chromedriver version < 113.0.5672.92, temporarily ignoring some tests. (#20347)
This commit is contained in:
parent
910021408e
commit
90bc5835ea
2 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,7 @@ public class InternationalizationTest extends AbstractAccountTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore // TODO: Enable once chromedriver version 113.0.5672.92 is available in https://chromedriver.storage.googleapis.com/
|
||||
public void userAttributeTest() {
|
||||
testUser.setAttributes(singletonMap(UserModel.LOCALE, singletonList(CUSTOM_LOCALE)));
|
||||
testUserResource().update(testUser);
|
||||
|
|
|
@ -20,6 +20,7 @@ package org.keycloak.testsuite.webauthn.account;
|
|||
import org.hamcrest.Matchers;
|
||||
import org.jboss.arquillian.graphene.page.Page;
|
||||
import org.junit.Test;
|
||||
import org.junit.Ignore;
|
||||
import org.keycloak.admin.client.resource.UserResource;
|
||||
import org.keycloak.authentication.requiredactions.WebAuthnPasswordlessRegisterFactory;
|
||||
import org.keycloak.authentication.requiredactions.WebAuthnRegisterFactory;
|
||||
|
@ -260,6 +261,7 @@ public class WebAuthnSigningInTest extends AbstractWebAuthnAccountTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Ignore // TODO: Enable once chromedriver version 113.0.5672.92 is available in https://chromedriver.storage.googleapis.com/
|
||||
public void checkAuthenticatorTimeLocale() throws ParseException, IOException {
|
||||
addWebAuthnCredential("authenticator#1");
|
||||
|
||||
|
|
Loading…
Reference in a new issue