For #27220 disable failing manageDownloadsInDownloadsMenuTest UI test

This commit is contained in:
AndiAJ 2022-11-03 17:17:30 +02:00 committed by mergify[bot]
parent 6228dad8e4
commit 035305ceb2
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,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
@ -157,6 +158,7 @@ class DownloadTest {
- downloads appear in the list - downloads appear in the list
- deleting a download from device storage, removes it from the Downloads Menu too - deleting a download from device storage, removes it from the Downloads Menu too
*/ */
@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/27220")
@SmokeTest @SmokeTest
@Test @Test
fun manageDownloadsInDownloadsMenuTest() { fun manageDownloadsInDownloadsMenuTest() {