mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/20631: remove @Ignore on StorageStats tests.
The errors that caused this to be @Ignored were addressed by a recent PR landing on master (i.e. the one that renewed the probes this test is testing).
This commit is contained in:
parent
4a3576d299
commit
d0ca64a9a4
@ -16,7 +16,6 @@ import mozilla.components.support.test.robolectric.testContext
|
||||
import org.junit.Assert.assertEquals
|
||||
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
|
||||
@ -42,7 +41,6 @@ class StorageStatsMetricsTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("These metrics have expired.")
|
||||
fun `WHEN reporting THEN the values from the storageStats are accumulated`() {
|
||||
every { storageStats.appBytes } returns 100
|
||||
every { storageStats.cacheBytes } returns 200
|
||||
@ -56,7 +54,6 @@ class StorageStatsMetricsTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("These metrics have expired.")
|
||||
fun `WHEN reporting THEN the query duration is measured`() {
|
||||
StorageStatsMetrics.reportSync(mockContext)
|
||||
assertTrue(Metrics.queryStatsDuration.testHasValue())
|
||||
|
Loading…
Reference in New Issue
Block a user