Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Disable failing download UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndiAJ authored and mergify[bot] committed May 4, 2022
1 parent 6752a6b commit 79e6de6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/androidTest/java/org/mozilla/fenix/ui/DownloadTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class DownloadTest {
}
}

@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/25002")
@Test
fun testDownloadCompleteNotification() {
downloadFile = "smallZip.zip"
Expand Down Expand Up @@ -140,6 +141,7 @@ class DownloadTest {
}
}

@Ignore("Failing, see: https://github.com/mozilla-mobile/fenix/issues/17485")
@SmokeTest
@Test
/* Verifies downloads in the Downloads Menu:
Expand Down

0 comments on commit 79e6de6

Please sign in to comment.