Due to a bug in chromedriver version < 113.0.5672.92, temporarily ignoring some tests. (#20347)

This commit is contained in:
Miquel Simon 2023-05-15 14:40:08 +02:00 committed by GitHub
parent 910021408e
commit 90bc5835ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -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);

View file

@ -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");