mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-28 00:07:28 +00:00
Bug 997820 - part 1.1 - really disable telemetry during reftests; r=ted
This commit is contained in:
parent
50386dce5f
commit
eab1e3764a
@ -46,5 +46,3 @@
|
||||
// reflow so that that rare edge case doesn't lead to reftest
|
||||
// failures.
|
||||
branch.setBoolPref("layout.interruptible-reflow.enabled", false);
|
||||
// Don't try to connect to the telemetry server.
|
||||
branch.setBoolPref("toolkit.telemetry.enabled", false);
|
||||
|
@ -165,6 +165,10 @@ class RefTest(object):
|
||||
prefs['reftest.shuffle'] = True
|
||||
prefs['reftest.focusFilterMode'] = options.focusFilterMode
|
||||
|
||||
# Ensure that telemetry is disabled, so we don't connect to the telemetry
|
||||
# server in the middle of the tests.
|
||||
prefs['toolkit.telemetry.enabled'] = False
|
||||
|
||||
if options.e10s:
|
||||
prefs['browser.tabs.remote.autostart'] = True
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user