From ca3d0bffae8cef8fe120a953148351531aa892c8 Mon Sep 17 00:00:00 2001 From: sv-ohorvath Date: Fri, 27 May 2022 16:31:08 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/25380: Disable blockHarmfulPageTest UI test --- .../java/org/mozilla/fenix/ui/BrowsingErrorPagesTest.kt | 2 ++ 1 file changed, 2 insertions(+) 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 f052fee6b4..2b6e8e3931 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() {