Bug 1191749 - Skip |browser_datachoices_notification.js| on e10s. r=gfritzsche

This commit is contained in:
Alessio Placitelli 2015-08-06 04:18:00 +02:00
parent 5c1bf3b46e
commit 4dc62ad46f

View File

@ -282,7 +282,7 @@ skip-if = os == "mac" || e10s # bug 967013; e10s: bug 1094761 - test hits the ne
[browser_datareporting_notification.js]
skip-if = !datareporting
[browser_datachoices_notification.js]
skip-if = !datareporting
skip-if = !datareporting || e10s # bug 1113930
[browser_devedition.js]
[browser_devices_get_user_media.js]
skip-if = buildapp == 'mulet' || (os == "linux" && debug) || e10s # linux: bug 976544; e10s: bug 1071623