Skip to content

Commit

Permalink
Don't pass --install-browser to Chrome in stability check (#12875)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham authored and gsnedders committed Sep 6, 2018
1 parent ec82266 commit f2ea2ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/ci/check_stability.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,7 @@ def run(venv, wpt_args, **kwargs):
do_delayed_imports()

wpt_kwargs["prompt"] = False
wpt_kwargs["install_browser"] = True
wpt_kwargs["install"] = wpt_kwargs["product"].split(":")[0] == "firefox"
wpt_kwargs["install_browser"] = wpt_kwargs["product"].split(":")[0] == "firefox"

wpt_kwargs["pause_after_test"] = False
wpt_kwargs["verify_log_full"] = False
Expand Down

0 comments on commit f2ea2ba

Please sign in to comment.