Closes #8066: disable failing UI Bookmarks tests

fennec/nightly
Aaron Train 4 years ago committed by Jeff Boek
parent 0a76fdaa58
commit 97915107eb

@ -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 {

Loading…
Cancel
Save