[fenix] Bug 1807288 - Disable intermittent validateBaselinePing UI test

pull/600/head
AndiAJ 1 year ago committed by mergify[bot]
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…
Cancel
Save