mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
[fenix] Bug 1807288 - Disable intermittent validateBaselinePing UI test
This commit is contained in:
parent
03493f4eaf
commit
8ba3ef5f50
@ -28,6 +28,7 @@ import org.junit.Assert.assertFalse
|
||||
import org.junit.Assert.assertTrue
|
||||
import org.junit.Before
|
||||
import org.junit.BeforeClass
|
||||
import org.junit.Ignore
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import org.junit.runner.RunWith
|
||||
@ -143,6 +144,7 @@ class BaselinePingTest {
|
||||
return null
|
||||
}
|
||||
|
||||
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1807288")
|
||||
@Test
|
||||
fun validateBaselinePing() {
|
||||
// Wait for the app to be idle/ready.
|
||||
|
Loading…
Reference in New Issue
Block a user