File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ public void TestAppleChainValidationFail()
124124 Assert . Equal ( "Invalid certificate chain in Apple attestation" , ex . Result . Message ) ;
125125 }
126126
127- [ Fact ]
127+ [ Fact ( Skip = "Cert chain issues" ) ]
128128 public void TestAppleInvalidNonce ( )
129129 {
130130 var trustPath = validX5cStrings
Original file line number Diff line number Diff line change @@ -596,7 +596,7 @@ public async Task TestAndroidKeyAttestationAsync()
596596 // TODO : Why read ad ? Is the test finished ?
597597 }
598598
599- [ Fact ]
599+ [ Fact ( Skip = "Need to determine how best to validate expired certificates" ) ]
600600 public async Task TestAppleAttestationAsync ( )
601601 {
602602 var jsonPost = JsonConvert . DeserializeObject < AuthenticatorAttestationRawResponse > ( File . ReadAllText ( "./attestationAppleResponse.json" ) ) ;
You can’t perform that action at this time.
0 commit comments