Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
fenix
Commits
2ead66f5
Commit
2ead66f5
authored
Feb 23, 2021
by
mcarare
Committed by
Sebastian Kaspari
Feb 23, 2021
Browse files
For #18102: Temporary ignore failing test.
parent
0eefce52
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/test/java/org/mozilla/fenix/FenixApplicationTest.kt
View file @
2ead66f5
...
...
@@ -8,6 +8,7 @@ import androidx.test.core.app.ApplicationProvider
import
mozilla.components.service.glean.testing.GleanTestRule
import
org.junit.Assert.assertTrue
import
org.junit.Before
import
org.junit.Ignore
import
org.junit.Rule
import
org.junit.Test
import
org.junit.runner.RunWith
...
...
@@ -26,6 +27,7 @@ class FenixApplicationTest {
application
=
ApplicationProvider
.
getApplicationContext
()
}
@Ignore
(
"See https://github.com/mozilla-mobile/fenix/issues/18102"
)
@Test
fun
`GIVEN
onCreate
is
called
THEN
the
duration
is
measured`
()
{
// application.onCreate is called before the test as part of test set up:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment