2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00

[fenix] For https://github.com/mozilla-mobile/fenix/issues/25926 disable failing testDownloadPrompt UI test

This commit is contained in:
AndiAJ 2022-08-01 12:29:25 +03:00 committed by mergify[bot]
parent 21ede9d93d
commit 279782aa40

View File

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