mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1932247 - Fix some IgnoreWithoutReason lint warnings. r=geckoview-reviewers,ohall
Differential Revision: https://phabricator.services.mozilla.com/D229543
This commit is contained in:
parent
727fc2063b
commit
d1d87025a1
@ -783,8 +783,7 @@ class NavigationDelegateTest : BaseSessionTest() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Setting(key = Setting.Key.USE_TRACKING_PROTECTION, value = "true")
|
@Setting(key = Setting.Key.USE_TRACKING_PROTECTION, value = "true")
|
||||||
@Ignore
|
@Ignore // Bug 1564373
|
||||||
// TODO: Bug 1564373
|
|
||||||
@Test
|
@Test
|
||||||
fun trackingProtection() {
|
fun trackingProtection() {
|
||||||
val category = ContentBlocking.AntiTracking.TEST
|
val category = ContentBlocking.AntiTracking.TEST
|
||||||
|
@ -10,7 +10,6 @@ import androidx.test.filters.MediumTest
|
|||||||
import junit.framework.TestCase.assertTrue
|
import junit.framework.TestCase.assertTrue
|
||||||
import org.hamcrest.Matchers.* // ktlint-disable no-wildcard-imports
|
import org.hamcrest.Matchers.* // ktlint-disable no-wildcard-imports
|
||||||
import org.junit.Assume.assumeThat
|
import org.junit.Assume.assumeThat
|
||||||
import org.junit.Ignore
|
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import org.junit.runner.RunWith
|
import org.junit.runner.RunWith
|
||||||
import org.mozilla.geckoview.GeckoSession
|
import org.mozilla.geckoview.GeckoSession
|
||||||
@ -112,7 +111,6 @@ class ProgressDelegateTest : BaseSessionTest() {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore
|
|
||||||
@Test
|
@Test
|
||||||
fun multipleLoads() {
|
fun multipleLoads() {
|
||||||
mainSession.loadUri(UNKNOWN_HOST_URI)
|
mainSession.loadUri(UNKNOWN_HOST_URI)
|
||||||
|
Loading…
Reference in New Issue
Block a user