AndiAJ 2 years ago committed by mergify[bot]
parent f929392ad2
commit 0f1e916c3d

@ -7,7 +7,6 @@ package org.mozilla.fenix.ui
import androidx.core.net.toUri
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.R
@ -69,7 +68,6 @@ class BrowsingErrorPagesTest {
}
}
@Ignore("Failing, see https://github.com/mozilla-mobile/fenix/issues/25394")
@SmokeTest
@Test
fun blockUnwantedSoftwarePageTest() {
@ -81,7 +79,6 @@ class BrowsingErrorPagesTest {
}
}
@Ignore("Failing, see https://github.com/mozilla-mobile/fenix/issues/25380")
@SmokeTest
@Test
fun blockHarmfulPageTest() {

Loading…
Cancel
Save