From a9920e77e12958ace19cb09d27be1937b2681f14 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Thu, 10 Jan 2013 14:59:27 +0000 Subject: [PATCH] Bug 817294 - Disable browser_styleeditor_loading.js for too many intermittent failures --- browser/devtools/styleeditor/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/devtools/styleeditor/test/Makefile.in b/browser/devtools/styleeditor/test/Makefile.in index 95ef1121f73..a3339d3571f 100644 --- a/browser/devtools/styleeditor/test/Makefile.in +++ b/browser/devtools/styleeditor/test/Makefile.in @@ -18,7 +18,7 @@ _BROWSER_TEST_FILES = \ browser_styleeditor_cmd_edit.html \ browser_styleeditor_import.js \ browser_styleeditor_init.js \ - browser_styleeditor_loading.js \ + $(filter disabled-temporarily--bug-817294, browser_styleeditor_loading.js) \ browser_styleeditor_new.js \ browser_styleeditor_passedinsheet.js \ browser_styleeditor_pretty.js \