From 286692f9f25d2cc7e1d9fc680617046c48307a07 Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Mon, 3 Feb 2020 16:49:24 -0500 Subject: [PATCH] [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/8066: disable failing UI Bookmarks tests --- app/src/androidTest/java/org/mozilla/fenix/ui/BookmarksTest.kt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/BookmarksTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/BookmarksTest.kt index b4940e389f..e3447b1821 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/BookmarksTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/BookmarksTest.kt @@ -11,6 +11,7 @@ import mozilla.appservices.places.BookmarkRoot 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.ext.bookmarkStorage @@ -269,6 +270,7 @@ class BookmarksTest { } } + @Ignore("Temp disable: Nexus 6 failures - issue: https://github.com/mozilla-mobile/fenix/issues/7417") @Test fun deleteMultipleSelectionTest() { val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1) @@ -315,6 +317,7 @@ class BookmarksTest { } } + @Ignore("Temp disable: Nexus 6 failures - issue: https://github.com/mozilla-mobile/fenix/issues/7417") @Test fun multipleBookmarkDeletions() { homeScreen {