Browse Source

Disable Flaky WebAuthnWebDriverTests

pull/16290/head
Rob Winch 1 year ago
parent
commit
2a76a09552
  1. 2
      config/src/integration-test/java/org/springframework/security/config/annotation/configurers/WebAuthnWebDriverTests.java

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

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

Loading…
Cancel
Save