From 923fe2cfc2372ba79e0f29276250d81e5695286c Mon Sep 17 00:00:00 2001 From: Ed Morley Date: Thu, 19 Sep 2013 14:11:07 +0100 Subject: [PATCH] Bug 874429 - Disable test_form_autocomplete.html for too many intermittent failures --HG-- extra : rebase_source : 71a634c0f111b981bcbef72092ab430cbe5b5c7d --- toolkit/components/satchel/test/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/toolkit/components/satchel/test/Makefile.in b/toolkit/components/satchel/test/Makefile.in index 9d72b1ee2744..f45b5234e429 100644 --- a/toolkit/components/satchel/test/Makefile.in +++ b/toolkit/components/satchel/test/Makefile.in @@ -2,10 +2,12 @@ # 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/. +# Test disabled for too many intermittent failures (bug 874429) +# test_form_autocomplete.html \ + MOCHITEST_FILES = \ test_bug_511615.html \ test_bug_787624.html \ - test_form_autocomplete.html \ test_form_autocomplete_with_list.html \ test_form_submission.html \ test_form_submission_cap.html \