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:
Greg Mierzwinski 2024-03-26 18:52:04 +00:00
parent 6362154f3f
commit e78002892f

View File

@ -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