Index: chrome/test/page_cycler/page_cycler_test.cc |
=================================================================== |
--- chrome/test/page_cycler/page_cycler_test.cc (revision 57265) |
+++ chrome/test/page_cycler/page_cycler_test.cc (working copy) |
@@ -499,9 +499,8 @@ |
// HTML5 database tests |
// These tests are _really_ slow on XP/Vista. |
-// crbug.com/53140: The Mac perf bot is not happy with this test suite either, |
-// even though it doesn't seem to be a problem related to this test suite. |
-#if !defined(OS_WIN) && !defined(OS_MAC) |
+// crbug.com/53140: Disable this test suite everywhere. |
+#if 0 |
PAGE_CYCLER_DATABASE_TESTS("select-transactions", |
SelectTransactions); |
PAGE_CYCLER_DATABASE_TESTS("select-readtransactions", |