Skip to content

Commit

Permalink
Bug 1489238 [wpt PR 12875] - Don't pass --install-browser to Chrome i…
Browse files Browse the repository at this point in the history
…n stability check, a=testonly

Automatic update from web-platform-testsDon't pass --install-browser to Chrome in stability check (#12875)

--

wpt-commits: f2ea2ba42f9656ef0889676fc3f1e933679967fd
wpt-pr: 12875
  • Loading branch information
jgraham authored and moz-wptsync-bot committed Sep 12, 2018
1 parent 9d1cb72 commit 40fbc0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testing/web-platform/meta/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -646271,7 +646271,7 @@
"support"
],
"tools/ci/check_stability.py": [
"684f7a518940c4ce63fc3360eddb53382f040370",
"2b32eb50c0f62448fed0417d1fe0f7882bf64f14",
"support"
],
"tools/ci/ci_built_diff.sh": [
Expand Down
3 changes: 1 addition & 2 deletions testing/web-platform/tests/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 40fbc0e

Please sign in to comment.