Bug 1840994 - Disable failing systemNotificationCantBeDismissedWhileDownloadingTest UI test

fenix/117.0
AndiAJ 11 months ago committed by mergify[bot]
parent 5939948b61
commit 0075b81dd8

@ -8,6 +8,7 @@ import androidx.core.net.toUri
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
@ -350,6 +351,7 @@ class DownloadTest {
deleteDownloadedFileOnStorage(secondDownloadedFile)
}
@Ignore("Failing, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1840994")
@Test
fun systemNotificationCantBeDismissedWhileDownloadingTest() {
// Clear the "Firefox Fenix default browser notification"

Loading…
Cancel
Save