Disable browser_CaptivePortalWatcher.js on Windows for intermittent failures (bug 1279491). r=bustage

MozReview-Commit-ID: LXYKoIq1OfU
This commit is contained in:
Panos Astithas 2016-06-10 20:26:59 +03:00
parent 7bd66d252a
commit 592fc3ac55

View File

@ -7,7 +7,7 @@ support-files =
[browser_BrowserUITelemetry_sidebar.js] [browser_BrowserUITelemetry_sidebar.js]
[browser_BrowserUITelemetry_syncedtabs.js] [browser_BrowserUITelemetry_syncedtabs.js]
[browser_CaptivePortalWatcher.js] [browser_CaptivePortalWatcher.js]
skip-if = os == "linux" skip-if = os == "linux" || os == "win" # Bug 1279491
[browser_ProcessHangNotifications.js] [browser_ProcessHangNotifications.js]
skip-if = !e10s skip-if = !e10s
[browser_ContentSearch.js] [browser_ContentSearch.js]