commit 4e003b2c86ce30859c16ac01175ab855c83b25f0
parent 9e7595cac8ac2d1e3bd3d00b702bb704738aa5ff
Author: Aaron Train <aaron.train@gmail.com>
Date: Thu, 4 Dec 2025 19:18:40 +0000
Bug 2004099 - LeakCanary heap analysis crashing in deleteDownloadFileTest r=sfamisa,android-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D275101
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt b/mobile/android/fenix/app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt
@@ -12,6 +12,7 @@ import androidx.test.espresso.intent.rule.IntentsRule
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
+import org.mozilla.fenix.customannotations.SkipLeaks
import org.mozilla.fenix.customannotations.SmokeTest
import org.mozilla.fenix.helpers.AppAndSystemHelper.assertExternalAppOpens
import org.mozilla.fenix.helpers.AppAndSystemHelper.assertNativeAppOpens
@@ -171,6 +172,7 @@ class DownloadTest : TestSetup() {
// TestRail link: https://mozilla.testrail.io/index.php?/cases/view/1114970
@Test
+ @SkipLeaks(reasons = ["https://bugzilla.mozilla.org/show_bug.cgi?id=2004099"])
fun deleteDownloadedFileTest() {
downloadRobot {
openPageAndDownloadFile(url = downloadTestPage.toUri(), downloadFile = "smallZip.zip")