Back out f4f2e5c32dc2 (bug 890409) for browser_aboutHome.js timeouts

This commit is contained in:
Phil Ringnalda 2013-07-13 09:12:43 -07:00
parent a6ffcef8b9
commit 53683f7894
2 changed files with 1 additions and 2 deletions

View File

@ -51,6 +51,7 @@ endif
# The following tests are disabled because they are unreliable:
# browser_bug423833.js is bug 428712
# browser_sanitize-download-history.js is bug 432425
# browser_aboutHome.js is bug 890409
#
# browser_sanitizeDialog_treeView.js is disabled until the tree view is added
# back to the clear recent history dialog (sanitize.xul), if it ever is (bug
@ -71,7 +72,6 @@ MOCHITEST_BROWSER_FILES = \
blockPluginVulnerableNoUpdate.xml \
blockPluginVulnerableUpdatable.xml \
browser_aboutHealthReport.js \
browser_aboutHome.js \
browser_aboutSyncProgress.js \
browser_addKeywordSearch.js \
browser_addon_bar_aomlistener.js \

View File

@ -263,7 +263,6 @@ function test()
{
waitForExplicitFinish();
requestLongerTimeout(2);
ignoreAllUncaughtExceptions();
Task.spawn(function () {
for (let test of gTests) {