For #20418 and #24436 disable failing UI tests

upstream-sync
AndiAJ 2 years ago committed by mergify[bot]
parent 834d0ee12d
commit 21df5a1a4a

@ -8,6 +8,7 @@ import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.uiautomator.By
import androidx.test.uiautomator.UiDevice
import androidx.test.uiautomator.Until
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.customannotations.SmokeTest
@ -91,6 +92,7 @@ class HomeScreenTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24436")
@Test
fun dismissOnboardingUsingSettingsTest() {
homeScreen {
@ -103,6 +105,7 @@ class HomeScreenTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24436")
@Test
fun dismissOnboardingUsingBookmarksTest() {
homeScreen {
@ -117,6 +120,7 @@ class HomeScreenTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24436")
@Test
fun dismissOnboardingUsingHelpTest() {
val settings = activityTestRule.activity.applicationContext.settings()
@ -131,6 +135,7 @@ class HomeScreenTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24436")
@Test
fun toolbarTapDoesntDismissOnboardingTest() {
homeScreen {

@ -147,6 +147,7 @@ class TopSitesTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/20418")
@Test
fun verifyRemoveTopSite() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save