For #24375 #23481 #24458 #24462 #24376 disable flaky UI tests

upstream-sync
AndiAJ 2 years ago committed by mergify[bot]
parent 1b00141d78
commit 20b738c69d

@ -9,6 +9,7 @@ import androidx.test.uiautomator.UiDevice
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.customannotations.SmokeTest
@ -69,6 +70,7 @@ class SettingsAdvancedTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/23481")
@SmokeTest
@Test
fun openLinkInAppTest() {

@ -48,6 +48,7 @@ class SettingsHomepageTest {
featureSettingsHelper.resetAllFeatureFlags()
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24375")
@SmokeTest
@Test
fun jumpBackInOptionTest() {

@ -17,6 +17,7 @@ import mozilla.components.concept.engine.mediasession.MediaSession
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.IntentReceiverActivity
@ -323,6 +324,7 @@ class SmokeTest {
}
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24458")
@Test
// Verifies the Add to top sites option in a tab's 3 dot menu
fun openMainMenuAddTopSiteTest() {

@ -54,6 +54,7 @@ class TopSitesTest {
featureSettingsHelper.resetAllFeatureFlags()
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24462")
@Test
fun verifyAddToFirefoxHome() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)
@ -100,6 +101,7 @@ class TopSitesTest {
mDevice.pressBack()
}
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/24376")
@Test
fun verifyOpenTopSitePrivateTab() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)

Loading…
Cancel
Save