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 0796683 commit cd1a640Copy full SHA for cd1a640
e2eTest/src/test/java/com/firebase/ui/auth/compose/ui/screens/PhoneAuthScreenTest.kt
@@ -132,6 +132,7 @@ class PhoneAuthScreenTest {
132
}
133
134
@Test
135
+ @org.junit.Ignore("Flaky test")
136
fun `sign-in and verify SMS emits Success auth state`() {
137
val country = CountryUtils.findByCountryCode("DE")!!
138
val phone = "151${System.currentTimeMillis() % 100000000}"
0 commit comments