Index: content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
diff --git a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
index a082903dbd9614592a328d7c7e0bb86363f93790..420a8f0a6d4a3678637d1f6864e8e2b6bacd45c5 100644 |
--- a/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
+++ b/content/browser/in_process_webkit/indexed_db_layout_browsertest.cc |
@@ -74,9 +74,10 @@ static const char* kKeyTests[] = { |
static const char* kTransactionTests[] = { |
// "transaction-abort.html", // Flaky, http://crbug.com/83226 |
- "transaction-abort-with-js-recursion-cross-frame.html", |
- "transaction-abort-with-js-recursion.html", |
- "transaction-abort-workers.html", |
+// TODO(jsbell): Re-enable the following 3 tests after http://webkit.org/b/89379 lands. |
+// "transaction-complete-with-js-recursion-cross-frame.html", |
+// "transaction-complete-with-js-recursion.html", |
+// "transaction-complete-workers.html", |
"transaction-after-close.html", |
"transaction-and-objectstore-calls.html", |
"transaction-basics.html", |