Skip to content

Commit

Permalink
Re-add the ignore tag because of the failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-YuXin committed Nov 21, 2024
1 parent 4b8c24c commit 6a1710d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class SignInEmailPasswordTest : NativeAuthPublicClientApplicationAbstractTest()
}

@Test
@Ignore("Ignore until MFA is available on test slice")
fun testSignInMFASimple() = runTest {
val nativeAuthConfigField = application.javaClass.getDeclaredField("nativeAuthConfig")
nativeAuthConfigField.isAccessible = true
Expand Down

0 comments on commit 6a1710d

Please sign in to comment.