Bug 1185403 - Disable browser/components/preferences/in-content/tests/browser_healthreport.js for frequent failures

This commit is contained in:
Phil Ringnalda 2015-11-14 14:35:12 -08:00
parent 5a8a79ab67
commit 7ab1b1db4c

View File

@ -18,7 +18,7 @@ skip-if = os != "win" # This test tests the windows-specific app selection dialo
[browser_connection_bug388287.js]
[browser_cookies_exceptions.js]
[browser_healthreport.js]
skip-if = !healthreport || (os == 'linux' && debug)
skip-if = true || !healthreport || (os == 'linux' && debug) # Bug 1185403 for the "true"
[browser_notifications_do_not_disturb.js]
[browser_permissions_urlFieldHidden.js]
[browser_proxy_backup.js]