From c9787d3cb624f79821ab3be93ef421bdf2c141a9 Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Thu, 19 Sep 2013 13:53:28 +0100 Subject: [PATCH] Bug 719186 - Disable test_bug413310.html for too many intermittent failures --HG-- extra : rebase_source : 94e1e52bf42254e06ea2514e91da3bb8cc5c33b7 --- docshell/test/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docshell/test/Makefile.in b/docshell/test/Makefile.in index 07b7788272e..09c534342a9 100644 --- a/docshell/test/Makefile.in +++ b/docshell/test/Makefile.in @@ -3,6 +3,9 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. +# Disabled for too many intermittent failures (bug 719186) +# test_bug413310.html \ + MOCHITEST_FILES = \ test_bug123696.html \ bug123696-subframe.html \ @@ -13,7 +16,6 @@ MOCHITEST_FILES = \ test_bug387979.html \ test_bug404548.html \ bug404548-subframe.html \ - test_bug413310.html \ bug413310-subframe.html \ bug413310-post.sjs \ test_bug402210.html \