Additional prefs in tests to bypass Telemetry prompt

This commit is contained in:
Dan Stillman 2017-06-19 00:42:31 -04:00
parent 1a0f125d78
commit 26145c3892

View file

@ -136,6 +136,8 @@ 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);
user_pref("datareporting.policy.dataSubmissionEnabled", false);
user_pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);
EOF
# -v flag on Windows makes Firefox process hang