mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Bug 1887531 - Remove custom post-startup-delay for sina pageload test. r=perftest-reviewers,aglavic DONTBUILD
This patch removes the custom post-startup-delay for the sina pageload tests on android to fix the high frequency intermittent we're seeing. This change was originally added after condprof was disabled. We've since re-enabled it, so we can remove this change. Differential Revision: https://phabricator.services.mozilla.com/D205566
This commit is contained in:
parent
6362154f3f
commit
e78002892f
@ -257,12 +257,6 @@ def modify_extra_options(config, tests):
|
||||
extra_options.pop(i)
|
||||
break
|
||||
|
||||
if "sina" in test_name:
|
||||
extra_options = test.setdefault("mozharness", {}).setdefault(
|
||||
"extra-options", []
|
||||
)
|
||||
extra_options.append("--post-startup-delay=90000")
|
||||
|
||||
yield test
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user