From 53de3f663228e1cfdaa57b549d696406150445a1 Mon Sep 17 00:00:00 2001 From: David Bolter Date: Wed, 6 Jan 2010 14:32:24 -0500 Subject: [PATCH] Bug 537936 - [orange] Disabling most likely test failures in bulk to reduce noise --- accessible/tests/mochitest/test_events_coalescence.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/accessible/tests/mochitest/test_events_coalescence.html b/accessible/tests/mochitest/test_events_coalescence.html index 2b0876c7c4e6..ccca554208f5 100644 --- a/accessible/tests/mochitest/test_events_coalescence.html +++ b/accessible/tests/mochitest/test_events_coalescence.html @@ -334,6 +334,8 @@ { gQueue = new eventQueue(); +// temporarily disabling for bug 537936 (experiment at a quieter time) +/* gQueue.push(new removeChildNParent("option1", "select1")); gQueue.push(new removeParentNChild("option2", "select2")); gQueue.push(new hideChildNParent("option3", "select3")); @@ -341,7 +343,8 @@ gQueue.push(new hideChildNRemoveParent("option5", "select5")); gQueue.push(new hideParentNRemoveChild("option6", "select6")); gQueue.push(new removeChildNHideParent("option7", "select7")); - // [bug 537936] gQueue.push(new removeParentNHideChild("option8", "select8")); + gQueue.push(new removeParentNHideChild("option8", "select8")); +*/ gQueue.push(new addParentNChild("testContainer", false)); gQueue.push(new addParentNChild("testContainer", true));