[fenix] For https://github.com/mozilla-mobile/fenix/issues/25380: Disable blockHarmfulPageTest UI test

pull/600/head
sv-ohorvath 2 years ago committed by mergify[bot]
parent d081128be7
commit ca3d0bffae

@ -7,6 +7,7 @@ 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
@ -79,6 +80,7 @@ class BrowsingErrorPagesTest {
}
}
@Ignore("Failing, see https://github.com/mozilla-mobile/fenix/issues/25380")
@SmokeTest
@Test
fun blockHarmfulPageTest() {

Loading…
Cancel
Save