2
0
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:
AndiAJ 2023-01-05 16:44:19 +02:00 committed by mergify[bot]
parent 03493f4eaf
commit 8ba3ef5f50

View File

@ -28,6 +28,7 @@ import org.junit.Assert.assertFalse
import org.junit.Assert.assertTrue import org.junit.Assert.assertTrue
import org.junit.Before import org.junit.Before
import org.junit.BeforeClass import org.junit.BeforeClass
import org.junit.Ignore
import org.junit.Rule import org.junit.Rule
import org.junit.Test import org.junit.Test
import org.junit.runner.RunWith import org.junit.runner.RunWith
@ -143,6 +144,7 @@ class BaselinePingTest {
return null return null
} }
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1807288")
@Test @Test
fun validateBaselinePing() { fun validateBaselinePing() {
// Wait for the app to be idle/ready. // Wait for the app to be idle/ready.