From 098ccbfbaa85550ad47f121c0355fe6eb7b57e0a Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Sun, 1 Jul 2012 09:38:44 -0400 Subject: [PATCH] Bug 758357 - Back out part of the landing due to risk of it introducing oranges. --- dom/indexedDB/test/helpers.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dom/indexedDB/test/helpers.js b/dom/indexedDB/test/helpers.js index 7e1f5333420..6e76ca7e558 100644 --- a/dom/indexedDB/test/helpers.js +++ b/dom/indexedDB/test/helpers.js @@ -70,7 +70,8 @@ function finishTest() SimpleTest.executeSoon(function() { testGenerator.close(); - clearAllDatabases(function() { SimpleTest.finish(); }); + //clearAllDatabases(function() { SimpleTest.finish(); }); + SimpleTest.finish(); }); }