Disable Firefox Health Check in tests

This commit is contained in:
Dan Stillman 2016-03-23 04:23:34 -04:00
parent 0d343458a3
commit d826e6b0e8

View file

@ -119,6 +119,9 @@ user_pref("extensions.zotero.reportTranslationFailure", false);
user_pref("extensions.zotero.httpServer.enabled", true);
user_pref("extensions.zotero.backup.numBackups", 0);
user_pref("xpinstall.signatures.required", false);
user_pref("datareporting.healthreport.uploadEnabled", false);
user_pref("datareporting.healthreport.service.enabled", false);
user_pref("datareporting.healthreport.service.firstRun", false);
EOF
# -v flag on Windows makes Firefox process hang