Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 87ff3bc

Browse files
jgrahammoz-wptsync-bot
authored andcommitted
Allow wpt metadata update to use fisson setting
Differential Revision: https://phabricator.services.mozilla.com/D48162 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1586225 gecko-commit: 65774de3c491c531230d0e4bc9027996f9af6aa3 gecko-integration-branch: autoland gecko-reviewers: ato
1 parent 3de4b7d commit 87ff3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/wptrunner/wptrunner/browsers/firefox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def run_info_browser_version(binary):
181181

182182

183183
def update_properties():
184-
return (["os", "debug", "webrender", "e10s", "sw-e10s", "processor"],
184+
return (["os", "debug", "webrender", "fisson", "e10s", "sw-e10s", "processor"],
185185
{"os": ["version"], "processor": ["bits"]})
186186

187187

0 commit comments

Comments
 (0)