Bug 1932247 - Fix some IgnoreWithoutReason lint warnings. r=geckoview-reviewers,ohall

Differential Revision: https://phabricator.services.mozilla.com/D229543
This commit is contained in:
Ryan VanderMeulen 2024-11-19 22:12:49 +00:00
parent 727fc2063b
commit d1d87025a1
2 changed files with 1 additions and 4 deletions

View File

@ -783,8 +783,7 @@ class NavigationDelegateTest : BaseSessionTest() {
}
@Setting(key = Setting.Key.USE_TRACKING_PROTECTION, value = "true")
@Ignore
// TODO: Bug 1564373
@Ignore // Bug 1564373
@Test
fun trackingProtection() {
val category = ContentBlocking.AntiTracking.TEST

View File

@ -10,7 +10,6 @@ import androidx.test.filters.MediumTest
import junit.framework.TestCase.assertTrue
import org.hamcrest.Matchers.* // ktlint-disable no-wildcard-imports
import org.junit.Assume.assumeThat
import org.junit.Ignore
import org.junit.Test
import org.junit.runner.RunWith
import org.mozilla.geckoview.GeckoSession
@ -112,7 +111,6 @@ class ProgressDelegateTest : BaseSessionTest() {
})
}
@Ignore
@Test
fun multipleLoads() {
mainSession.loadUri(UNKNOWN_HOST_URI)