[fenix] No issue: Ignore rest of HistoryTest tests (https://github.com/mozilla-mobile/fenix/pull/6450)

pull/600/head
Emily Kager 5 years ago committed by Sawyer Blatz
parent f2839a9943
commit 1b228ac62a

@ -205,6 +205,7 @@ class HistoryTest {
} }
@Test @Test
@Ignore("Temp disable flakey test - see: https://github.com/mozilla-mobile/fenix/issues/5462")
fun shareButtonTest() { fun shareButtonTest() {
val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1) val firstWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
@ -226,6 +227,7 @@ class HistoryTest {
} }
@Test @Test
@Ignore("Temp disable flakey test - see: https://github.com/mozilla-mobile/fenix/issues/5462")
fun verifyBackNavigation() { fun verifyBackNavigation() {
homeScreen { homeScreen {
}.openThreeDotMenu { }.openThreeDotMenu {

Loading…
Cancel
Save