Skip to content

Commit f2ea2ba

Browse files
jgrahamgsnedders
authored andcommitted
Don't pass --install-browser to Chrome in stability check (#12875)
1 parent ec82266 commit f2ea2ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/ci/check_stability.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ def run(venv, wpt_args, **kwargs):
266266
do_delayed_imports()
267267

268268
wpt_kwargs["prompt"] = False
269-
wpt_kwargs["install_browser"] = True
270-
wpt_kwargs["install"] = wpt_kwargs["product"].split(":")[0] == "firefox"
269+
wpt_kwargs["install_browser"] = wpt_kwargs["product"].split(":")[0] == "firefox"
271270

272271
wpt_kwargs["pause_after_test"] = False
273272
wpt_kwargs["verify_log_full"] = False

0 commit comments

Comments
 (0)