Skip to content

Commit 84647f4

Browse files
committed
Disable testU2FHypersecuAttestation - see #683
1 parent 7fd8aaa commit 84647f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vertx-auth-webauthn/src/test/java/io/vertx/tests/attestation/AttestationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public void testU2FAttestation(TestContext should) {
146146
});
147147
}
148148

149+
@Ignore()
149150
@Test
150151
public void testU2FHypersecuAttestation(TestContext should) {
151152
final Async test = should.async();

0 commit comments

Comments
 (0)