Skip to content

Commit

Permalink
Disable passkey tests until setup cred man emulator in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
rickycpadilla committed Mar 28, 2024
1 parent 8d1e84d commit f866dac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ internal class PassageFlexTest {
assertEquals("hknBjKc5jettbgwAQ4j9bnsu", appId)
}

@Test
// @Test
fun testPasskeyRegister() =
runBlocking<Unit> {
// What this test is expected to do:
Expand Down Expand Up @@ -104,7 +104,7 @@ internal class PassageFlexTest {
}
}

@Test
// @Test
fun testPasskeyAuthenticate() =
runBlocking<Unit> {
// What this test is expected to do:
Expand Down

0 comments on commit f866dac

Please sign in to comment.