mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 997820 - disable telemetry for tests; r=ted
This commit is contained in:
parent
1bb30b428b
commit
9e661cebcb
@ -48,3 +48,5 @@
|
||||
// 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);
|
||||
|
@ -188,3 +188,6 @@ user_pref('browser.contentHandlers.types.2.uri', 'http://test1.example.org/rss?u
|
||||
user_pref('browser.contentHandlers.types.3.uri', 'http://test1.example.org/rss?url=%%s')
|
||||
user_pref('browser.contentHandlers.types.4.uri', 'http://test1.example.org/rss?url=%%s')
|
||||
user_pref('browser.contentHandlers.types.5.uri', 'http://test1.example.org/rss?url=%%s')
|
||||
|
||||
// We want to collect telemetry, but we don't want to send in the results.
|
||||
user_pref('toolkit.telemetry.server', 'https://%(server)s/telemetry-dummy/');
|
||||
|
Loading…
x
Reference in New Issue
Block a user