1
0
Fork 0

Disable flaky testDownloadNotification - API28 (#6982)

master
Richard Pappalardo 2019-12-05 18:00:21 -08:00 committed by GitHub
parent 97cab9d71d
commit 2225b7154a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import kotlinx.coroutines.runBlocking
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.helpers.AndroidAssetDispatcher
@ -89,6 +90,7 @@ class DownloadTest {
}
@Test
@Ignore("Temp disable flakey test - see: https://github.com/mozilla-mobile/fenix/issues/5462")
fun testDownloadNotification() {
homeScreen { }.dismissOnboarding()