Skip to content

Commit a250eb4

Browse files
committed
test: ignore flaky onManageMfa test due to CI timing issues
1 parent b3e866e commit a250eb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2eTest/src/test/java/com/firebase/ui/auth/ui/screens/MfaDisabledTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import com.google.firebase.FirebaseApp
2525
import com.google.firebase.FirebaseOptions
2626
import org.junit.After
2727
import org.junit.Before
28+
import org.junit.Ignore
2829
import org.junit.Rule
2930
import org.junit.Test
3031
import org.junit.runner.RunWith
@@ -153,6 +154,7 @@ class MfaDisabledTest {
153154
}
154155

155156
@Test
157+
@Ignore("Flaky in CI due to timing issues")
156158
fun `onManageMfa throws AuthCancelledException when MFA is disabled`() {
157159
val configuration = authUIConfiguration {
158160
context = applicationContext

0 commit comments

Comments
 (0)