No issue: Disable validateBaselinePing UI test (#10772)

fennec/production
Aaron Train 4 years ago committed by GitHub
parent fe3a67ac68
commit c0e4056c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save