summaryrefslogtreecommitdiffstats
path: root/chrome/test/page_cycler
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/page_cycler')
-rw-r--r--chrome/test/page_cycler/page_cycler_test.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/page_cycler/page_cycler_test.cc b/chrome/test/page_cycler/page_cycler_test.cc
index 43b30a9..ec095db 100644
--- a/chrome/test/page_cycler/page_cycler_test.cc
+++ b/chrome/test/page_cycler/page_cycler_test.cc
@@ -578,6 +578,14 @@ PAGE_CYCLER_DATABASE_TESTS("pseudo-random-transactions",
PseudoRandomTransactions);
#endif
+#if defined(OS_WIN)
+#ifndef NDEBUG
+// Disabled in debug builds on Windows.
+// Bug http://code.google.com/p/chromium/issues/detail?id=67918
+#define BasicInsert DISABLED_BasicInsert
+#endif // NDEBUG
+#endif // OS_WIN
+
// Indexed DB tests.
PAGE_CYCLER_IDB_TESTS("basic_insert", BasicInsert);