Index: content/browser/indexed_db/indexed_db_browsertest.cc |
diff --git a/content/browser/indexed_db/indexed_db_browsertest.cc b/content/browser/indexed_db/indexed_db_browsertest.cc |
index f4e7668c24615722a82f6fe7c73ed192548395d6..32403040931736c1ec6d867fc1526ad9d2f76b28 100644 |
--- a/content/browser/indexed_db/indexed_db_browsertest.cc |
+++ b/content/browser/indexed_db/indexed_db_browsertest.cc |
@@ -200,7 +200,12 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CursorTest) { |
SimpleTest(GetTestUrl("indexeddb", "cursor_test.html")); |
} |
-IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CursorTestIncognito) { |
+#if defined(OS_ANDROID) |
+#define MAYBE_CursorTestIncognito DISABLED_CursorTestIncognito |
+#else |
+#define MAYBE_CursorTestIncognito CursorTestIncogntio |
+#endif |
+IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, MAYBE_CursorTestIncognito) { |
SimpleTest(GetTestUrl("indexeddb", "cursor_test.html"), |
true /* incognito */); |
} |