From d6ead0a749cc8c051bf4a1a08da1213f8c9e4400 Mon Sep 17 00:00:00 2001 From: Oana Horvath Date: Fri, 24 Jul 2020 18:47:59 +0300 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/12893: Disables failing deleteAllHistoryTest (https://github.com/mozilla-mobile/fenix/pull/12902) --- app/src/androidTest/java/org/mozilla/fenix/ui/HistoryTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/HistoryTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/HistoryTest.kt index c1b65d5f29..011eee7d75 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/HistoryTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/HistoryTest.kt @@ -11,6 +11,7 @@ import mozilla.components.browser.storage.sync.PlacesHistoryStorage import okhttp3.mockwebserver.MockWebServer import org.junit.After import org.junit.Before +import org.junit.Ignore import org.junit.Rule import org.junit.Test import org.mozilla.fenix.helpers.AndroidAssetDispatcher @@ -164,6 +165,7 @@ class HistoryTest { } } + @Ignore("Failing test: https://github.com/mozilla-mobile/fenix/issues/12893") @Test fun deleteAllHistoryTest() { val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)