| Index: content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_browsertest.cc b/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| index 095312837e5aebaacf37be9edc48f73f3dfb6581..4693b3bf0e14d14de9908dcd284edf499016bd69 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_browsertest.cc
|
| @@ -60,16 +60,19 @@ class IndexedDBBrowserTest : public InProcessBrowserTest {
|
| }
|
| };
|
|
|
| -IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CursorTest) {
|
| +// TODO(jsbell): Disabled to land WK76487; http://crbug.com/110956 has fix.
|
| +IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DISABLED_CursorTest) {
|
| SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("cursor_test.html"))));
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CursorTestIncognito) {
|
| +// TODO(jsbell): Disabled to land WK76487; http://crbug.com/110956 has fix.
|
| +IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DISABLED_CursorTestIncognito) {
|
| SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("cursor_test.html"))),
|
| true /* incognito */);
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CursorPrefetch) {
|
| +// TODO(jsbell): Disabled to land WK76487; http://crbug.com/110956 has fix.
|
| +IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DISABLED_CursorPrefetch) {
|
| SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("cursor_prefetch.html"))));
|
| }
|
|
|
|
|