Skip to content

Commit 2a76a09

Browse files
committed
Disable Flaky WebAuthnWebDriverTests
1 parent 809d8a8 commit 2a76a09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/src/integration-test/java/org/springframework/security/config/annotation/configurers/WebAuthnWebDriverTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
import org.junit.jupiter.api.AfterEach;
3232
import org.junit.jupiter.api.BeforeAll;
3333
import org.junit.jupiter.api.BeforeEach;
34+
import org.junit.jupiter.api.Disabled;
3435
import org.junit.jupiter.api.Test;
3536
import org.openqa.selenium.By;
3637
import org.openqa.selenium.WebElement;
@@ -66,6 +67,7 @@
6667
*
6768
* @author Daniel Garnier-Moiroux
6869
*/
70+
@Disabled
6971
class WebAuthnWebDriverTests {
7072

7173
private String baseUrl;

0 commit comments

Comments
 (0)