For #24978 re-enable UI tests with frequent ANR

This commit is contained in:
AndiAJ 2022-09-19 16:20:54 +03:00 committed by mergify[bot]
parent 0d439f91e3
commit 8dd71a0523
3 changed files with 0 additions and 5 deletions

View File

@ -12,7 +12,6 @@ import androidx.test.runner.permission.PermissionRequester
import androidx.test.uiautomator.UiDevice
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.rules.TestRule
@ -86,7 +85,6 @@ class DownloadTest {
}
}
@Ignore("Failing with frequent ANR: https://github.com/mozilla-mobile/fenix/issues/25926")
@Test
fun testDownloadPrompt() {
downloadFile = "web_icon.png"

View File

@ -7,7 +7,6 @@ package org.mozilla.fenix.ui
import androidx.core.net.toUri
import org.junit.After
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.mozilla.fenix.R
@ -93,7 +92,6 @@ class NoNetworkAccessStartupTests {
}.refreshPage { }
}
@Ignore("Failing with frequent ANR: https://bugzilla.mozilla.org/show_bug.cgi?id=1764605")
@Test
fun testSignInPageWithNoNetworkConnection() {
setNetworkEnabled(false)

View File

@ -389,7 +389,6 @@ class SettingsPrivacyTest {
}
}
@Ignore("Failing with frequent ANR: https://bugzilla.mozilla.org/show_bug.cgi?id=1764605")
@Test
fun launchLinksInPrivateToggleOffStateDoesntChangeTest() {
val defaultWebPage = TestAssetHelper.getGenericAsset(mockWebServer, 1)