Skip to content

Commit

Permalink
Disable android test
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlaw committed Feb 14, 2021
1 parent 7355085 commit 70fdbfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/Tests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ tests = testGroup "Tests" [androidTests]
androidTests :: TestTree
androidTests = testGroup "WebAuthn Tests"
[
androidCredentialTest
, packedSelfAttestedTest
-- See: https://github.com/fumieval/webauthn/issues/9
-- androidCredentialTest
packedSelfAttestedTest
, packedNonSelfAttestedTest
, fidoU2FAttestedTest
, registrationTest
Expand Down

0 comments on commit 70fdbfe

Please sign in to comment.