From 798fc9e8e316037af11aeb08fc09ee372def1ef2 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Thu, 3 Jul 2014 13:47:36 +0100 Subject: [PATCH] Bug 987493 - Disable browser_state_notifications.js for intermittent failures --- content/base/test/browser.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/base/test/browser.ini b/content/base/test/browser.ini index 0c1376a274c..a939cfc5047 100644 --- a/content/base/test/browser.ini +++ b/content/base/test/browser.ini @@ -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