Backed out changeset c671314ef408 (bug 789003)

This commit is contained in:
Tim Taubert 2012-09-26 15:07:05 +02:00
parent 0372ea1414
commit c0b7454998

View File

@ -10,8 +10,6 @@ const TAB_STATE_RESTORING = 2;
function test() {
/** Test for Bug 586068 - Cascade page loads when restoring **/
waitForExplicitFinish();
// Too many uncaught exceptions, see bug 789003.
ignoreAllUncaughtExceptions();
// This test does a lot of window opening / closing and waiting for loads.
// In order to prevent timeouts, we'll extend the default that mochitest uses.
requestLongerTimeout(4);