From 101f6a17702a48651a1c5c521173c9a4396d05c8 Mon Sep 17 00:00:00 2001 From: Richard Pappalardo Date: Thu, 5 Dec 2019 18:00:21 -0800 Subject: [PATCH] [fenix] Disable flaky testDownloadNotification - API28 (https://github.com/mozilla-mobile/fenix/pull/6982) --- app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt b/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt index 8c93f0a8cf..e1b5237038 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt @@ -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()