We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e866e commit a250eb4Copy full SHA for a250eb4
e2eTest/src/test/java/com/firebase/ui/auth/ui/screens/MfaDisabledTest.kt
@@ -25,6 +25,7 @@ import com.google.firebase.FirebaseApp
25
import com.google.firebase.FirebaseOptions
26
import org.junit.After
27
import org.junit.Before
28
+import org.junit.Ignore
29
import org.junit.Rule
30
import org.junit.Test
31
import org.junit.runner.RunWith
@@ -153,6 +154,7 @@ class MfaDisabledTest {
153
154
}
155
156
@Test
157
+ @Ignore("Flaky in CI due to timing issues")
158
fun `onManageMfa throws AuthCancelledException when MFA is disabled`() {
159
val configuration = authUIConfiguration {
160
context = applicationContext
0 commit comments