mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
For #18102: Temporary ignore failing test.
This commit is contained in:
parent
0eefce52d8
commit
2ead66f5c2
@ -8,6 +8,7 @@ import androidx.test.core.app.ApplicationProvider
|
|||||||
import mozilla.components.service.glean.testing.GleanTestRule
|
import mozilla.components.service.glean.testing.GleanTestRule
|
||||||
import org.junit.Assert.assertTrue
|
import org.junit.Assert.assertTrue
|
||||||
import org.junit.Before
|
import org.junit.Before
|
||||||
|
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
|
||||||
@ -26,6 +27,7 @@ class FenixApplicationTest {
|
|||||||
application = ApplicationProvider.getApplicationContext()
|
application = ApplicationProvider.getApplicationContext()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("See https://github.com/mozilla-mobile/fenix/issues/18102")
|
||||||
@Test
|
@Test
|
||||||
fun `GIVEN onCreate is called THEN the duration is measured`() {
|
fun `GIVEN onCreate is called THEN the duration is measured`() {
|
||||||
// application.onCreate is called before the test as part of test set up:
|
// application.onCreate is called before the test as part of test set up:
|
||||||
|
Loading…
Reference in New Issue
Block a user