1
0
Fork 0

Closes #8066: disable failing UI Bookmarks tests

master
Aaron Train 2020-02-03 16:49:24 -05:00 committed by Jeff Boek
parent 0a76fdaa58
commit 97915107eb
1 changed files with 3 additions and 0 deletions

View File

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