1
0
Fork 0

No issue: Disable validateBaselinePing UI test (#10772)

master
Aaron Train 2020-05-19 10:59:55 -04:00 committed by GitHub
parent fe3a67ac68
commit c0e4056c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ import org.json.JSONObject
import org.junit.Assert.assertTrue
import org.junit.Assert.assertFalse
import org.junit.BeforeClass
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
@ -99,6 +100,7 @@ class BaselinePingTest {
return null
}
@Ignore("Currently failing on firebase: https://github.com/mozilla-mobile/fenix/issues/10652")
@Test
fun validateBaselinePing() {
// Wait for the app to be idle/ready.