Merge branch '6.4.x'

This commit is contained in:
Rob Winch 2024-12-12 22:21:44 -06:00
commit 5a81a1fe66
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.openqa.selenium.By; import org.openqa.selenium.By;
import org.openqa.selenium.WebElement; import org.openqa.selenium.WebElement;
@ -66,6 +67,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* *
* @author Daniel Garnier-Moiroux * @author Daniel Garnier-Moiroux
*/ */
@Disabled
class WebAuthnWebDriverTests { class WebAuthnWebDriverTests {
private String baseUrl; private String baseUrl;