Skip to content

Commit

Permalink
Add 'sw-e10s' to run_info_extras
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D9585

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1501426
gecko-commit: dce16565d2a8c37e885b9e105ffcb78a0e6458db
gecko-integration-branch: autoland
gecko-reviewers: jmaher
  • Loading branch information
KWierso authored and moz-wptsync-bot committed Oct 24, 2018
1 parent 36bfff9 commit b426df7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/wptrunner/wptrunner/browsers/fennec.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ def env_extras(**kwargs):

def run_info_extras(**kwargs):
return {"e10s": False,
"headless": False}
"headless": False,
"sw-e10s": False}


def env_options():
Expand Down

0 comments on commit b426df7

Please sign in to comment.