From f44612a7ac77a217b85c996ba832a5621ec059f5 Mon Sep 17 00:00:00 2001 From: Marco Bonardo Date: Mon, 9 Aug 2010 20:02:31 +0200 Subject: [PATCH] followup to Bug 552023 - Temporarily disable test_bug500328.html while we figure out a contention in adding the visited page. --- dom/tests/mochitest/whatwg/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dom/tests/mochitest/whatwg/Makefile.in b/dom/tests/mochitest/whatwg/Makefile.in index bb5d5e2433b..ded2c5e113c 100644 --- a/dom/tests/mochitest/whatwg/Makefile.in +++ b/dom/tests/mochitest/whatwg/Makefile.in @@ -45,6 +45,9 @@ relativesrcdir = dom/tests/mochitest/whatwg include $(DEPTH)/config/autoconf.mk include $(topsrcdir)/config/rules.mk +# temporarily disabled due to a contention in adding a visited page +# test_bug500328.html + _TEST_FILES = \ browserFu.js \ test_MessageEvent.html \ @@ -77,7 +80,6 @@ _TEST_FILES = \ postMessage.jar \ postMessage.jar^headers^ \ test_bug477323.html \ - test_bug500328.html \ file_bug500328_1.html \ file_bug500328_2.html \ $(NULL)