Bug 1287714 - Skip browser_CaptivePortalWatcher.js on OS X debug e10s for constant timeouts

This commit is contained in:
Phil Ringnalda 2016-08-07 15:34:55 -07:00
parent cd4986a6d0
commit 628f428f29

View File

@ -7,7 +7,7 @@ support-files =
[browser_BrowserUITelemetry_sidebar.js]
[browser_BrowserUITelemetry_syncedtabs.js]
[browser_CaptivePortalWatcher.js]
skip-if = os == "linux" || os == "win" # Bug 1279491
skip-if = os == "linux" || os == "win" || (os == "mac" && debug && e10s) # Bug 1279491, Bug 1287714 for OS X debug e10s
[browser_ProcessHangNotifications.js]
skip-if = !e10s
[browser_ContentSearch.js]