From 97915107eb35e35aa1d32a6fc2ced2e4ffee1c2b Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Mon, 3 Feb 2020 16:49:24 -0500 Subject: [PATCH] Closes #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 b4940e389..e3447b182 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 {