Skip to content

Commit afe9164

Browse files
pmlopesvietj
authored andcommitted
Update MetaDataServiceTest.java
Disable old MDS2 test as it is long deprecated and certificates expired
1 parent d0e297e commit afe9164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-auth-webauthn/src/test/java/io/vertx/ext/auth/webauthn/MetaDataServiceTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class MetaDataServiceTest {
2020
public RunTestOnContext rule = new RunTestOnContext();
2121

2222
@Test
23-
@Ignore("Expired certificate")
23+
@Ignore("MDS2 is deprecated and not available anymore, all certificates have expired")
2424
public void testVerify() {
2525

2626
// defaults

0 commit comments

Comments
 (0)