Skip to content

Commit

Permalink
For #2130 - Disable fileDownloadTest
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMT authored and mergify[bot] committed Dec 6, 2022
1 parent 1043e5a commit 8ae7c66
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package org.mozilla.reference.browser.ui
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.reference.browser.helpers.AndroidAssetDispatcher
Expand Down Expand Up @@ -54,6 +55,7 @@ class DownloadTest {
}.closeNotification {}
}

@Ignore("Disabled - Timeouts with notification shade - https://github.com/mozilla-mobile/reference-browser/issues/2130")
@Test
fun fileDownloadTest() {
val downloadPage = TestAssetHelper.getDownloadAsset(mockWebServer)
Expand Down

0 comments on commit 8ae7c66

Please sign in to comment.