Bug 758357 - Back out part of the landing due to risk of it introducing oranges.

This commit is contained in:
Ryan VanderMeulen 2012-07-01 09:38:44 -04:00
parent fe8e98a3f0
commit 098ccbfbaa

View File

@ -70,7 +70,8 @@ function finishTest()
SimpleTest.executeSoon(function() {
testGenerator.close();
clearAllDatabases(function() { SimpleTest.finish(); });
//clearAllDatabases(function() { SimpleTest.finish(); });
SimpleTest.finish();
});
}