From a0478718fd9c7553752d14888761599794372ce2 Mon Sep 17 00:00:00 2001 From: "sayrer%gmail.com" Date: Mon, 23 Apr 2007 03:27:28 +0000 Subject: [PATCH] bug 373253. comment out test for bug 221634, because we can't get the event order right on all platforms. --- toolkit/components/passwordmgr/test/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/toolkit/components/passwordmgr/test/Makefile.in b/toolkit/components/passwordmgr/test/Makefile.in index 783dc310887..7f44281ef18 100644 --- a/toolkit/components/passwordmgr/test/Makefile.in +++ b/toolkit/components/passwordmgr/test/Makefile.in @@ -56,7 +56,6 @@ MOCHI_TESTS = \ test_basic_form_2pw_1.html \ test_basic_form_2pw_2.html \ test_basic_form_3pw_1.html \ - test_bug_221634.html \ test_bug_227640.html \ test_bug_242956.html \ test_bug_270558.html \ @@ -64,6 +63,10 @@ MOCHI_TESTS = \ test_bug_360493_2.html \ $(NULL) +# This test doesn't pass because we can't ensure a cross-platform +# event that occurs between DOMContentLoaded and Pageload +# test_bug_221634.html + include $(topsrcdir)/config/rules.mk # Note: Invoke any additional (non-xpcshell) test programs here.