You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1060,11 +1060,11 @@ class RelyingPartyRegistrationSpec extends FunSpec with Matchers with GeneratorD
1060
1060
}
1061
1061
1062
1062
describe("4. If ecdaaKeyId is present, then the attestation type is ECDAA. In this case:") {
1063
-
it("1. Verify that sig is a valid signature over the concatenation of authenticatorData and clientDataHash using ECDAA-Verify with ECDAA-Issuer public key identified by ecdaaKeyId (see [FIDOEcdaaAlgorithm]).") {
1063
+
ignore("1. Verify that sig is a valid signature over the concatenation of authenticatorData and clientDataHash using ECDAA-Verify with ECDAA-Issuer public key identified by ecdaaKeyId (see [FIDOEcdaaAlgorithm]).") {
1064
1064
fail("Test not implemented.")
1065
1065
}
1066
1066
1067
-
it("2. If successful, return attestation type ECDAA and trust path ecdaaKeyId.") {
1067
+
ignore("2. If successful, return attestation type ECDAA and trust path ecdaaKeyId.") {
1068
1068
fail("Test not implemented.")
1069
1069
}
1070
1070
}
@@ -1254,23 +1254,23 @@ class RelyingPartyRegistrationSpec extends FunSpec with Matchers with GeneratorD
1254
1254
}
1255
1255
}
1256
1256
1257
-
it("The tpm statement format is supported.") {
1257
+
ignore("The tpm statement format is supported.") {
@@ -1382,7 +1382,7 @@ class RelyingPartyRegistrationSpec extends FunSpec with Matchers with GeneratorD
1382
1382
}
1383
1383
}
1384
1384
1385
-
it("If ECDAA was used, verify that the identifier of the ECDAA-Issuer public key used is included in the set of acceptable trust anchors obtained in step 15.") {
1385
+
ignore("If ECDAA was used, verify that the identifier of the ECDAA-Issuer public key used is included in the set of acceptable trust anchors obtained in step 15.") {
1386
1386
fail("Not implemented.")
1387
1387
}
1388
1388
@@ -1454,13 +1454,13 @@ class RelyingPartyRegistrationSpec extends FunSpec with Matchers with GeneratorD
0 commit comments