Bug 987493 - Disable browser_state_notifications.js for intermittent failures

This commit is contained in:
Ed Morley 2014-07-03 13:47:36 +01:00
parent 561304361f
commit 798fc9e8e3

View File

@ -5,4 +5,5 @@ skip-if = e10s # Bug ?????? - test directly touches content (contentWindow.ifram
[browser_bug902350.js]
skip-if = e10s # Bug ?????? - test e10s utils don't support load events from iframe etc, which this test relies on.
[browser_state_notifications.js]
skip-if = e10s # Bug ?????? - content-document-* notifications come while document's URI is still about:blank, but test expects real URL.
# skip-if = e10s # Bug ?????? - content-document-* notifications come while document's URI is still about:blank, but test expects real URL.
skip-if = true # Intermittent failures - bug 987493. Restore the skip-if above once fixed