mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
Bug 1543355 - Move early return in org.mozilla.geckoview.test.ContentDelegateTest.download on Android pgo to start of test to avoid timeouts. a=move-of-test-disabling
This commit is contained in:
parent
5babf3a263
commit
11a4dfbcd7
@ -62,9 +62,9 @@ class ContentDelegateTest : BaseSessionTest() {
|
||||
}
|
||||
|
||||
@Test fun download() {
|
||||
sessionRule.session.loadTestPath(DOWNLOAD_HTML_PATH)
|
||||
// disable test on pgo for frequently failing Bug 1543355
|
||||
assumeThat(sessionRule.env.isDebugBuild, equalTo(true))
|
||||
sessionRule.session.loadTestPath(DOWNLOAD_HTML_PATH)
|
||||
|
||||
sessionRule.waitUntilCalled(object : Callbacks.NavigationDelegate, Callbacks.ContentDelegate {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user