From 362a52d70e4d8ac1c52b331987a31999a98e4ef4 Mon Sep 17 00:00:00 2001 From: Josh Aas Date: Mon, 17 May 2010 15:21:46 -0400 Subject: [PATCH] Disable plugin mochitest "test_crashing2.html" due to intermittent orange. b=566049 CLOSED TREE --- modules/plugin/test/mochitest/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugin/test/mochitest/Makefile.in b/modules/plugin/test/mochitest/Makefile.in index 708dba5ae4ff..beccb2d78796 100644 --- a/modules/plugin/test/mochitest/Makefile.in +++ b/modules/plugin/test/mochitest/Makefile.in @@ -85,7 +85,7 @@ _MOCHITEST_FILES = \ neverending.sjs \ test_newstreamondestroy.html \ test_crashing.html \ - test_crashing2.html \ + $(warning test_crashing2.html disabled due to random orange; see bug 566049) \ test_hanging.html \ crashing_subpage.html \ test_GCrace.html \