commit 26145c3892b1c03204fac7040fbdb4454206c7e6
parent 1a0f125d787f817740f97a95ce83cbb899e4353c
Author: Dan Stillman <dstillman@zotero.org>
Date: Mon, 19 Jun 2017 00:42:31 -0400
Additional prefs in tests to bypass Telemetry prompt
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/test/runtests.sh b/test/runtests.sh
@@ -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