From 25292cb29b0f10a66a5a5583883c3119aa613aad Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Tue, 2 Jun 2020 12:40:08 -0400 Subject: [PATCH] [fenix] For https://github.com/mozilla-mobile/fenix/issues/10798: Disable testDownloadPrompt (https://github.com/mozilla-mobile/fenix/pull/11147) --- app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0703ffe99e..268479f94e 100644 --- a/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt +++ b/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt @@ -73,7 +73,7 @@ class DownloadTest { } @Test - // Re-enable to test possible solution in AC 6817. + @Ignore("Temp disable flaky test - see: https://github.com/mozilla-mobile/fenix/issues/10798") fun testDownloadPrompt() { homeScreen { }.dismissOnboarding()