Bug 997820 - disable telemetry for tests; r=ted

This commit is contained in:
Nathan Froyd 2014-04-17 11:54:41 -04:00
parent 4fbed6d694
commit 4ae5079eb5
2 changed files with 5 additions and 0 deletions

View File

@ -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);

View File

@ -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/');