diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/BrowsingErrorPagesTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/BrowsingErrorPagesTest.kt index f052fee6b..2b6e8e393 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/BrowsingErrorPagesTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/BrowsingErrorPagesTest.kt @@ -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() {