Commit 4765be10 authored by lzheng@chromium.org's avatar lzheng@chromium.org

Disable IndexTest

BUG=70773
TEST=none

Review URL: http://codereview.chromium.org/6375012

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72511 0039d316-1c4b-4281-b951-d872f2087c98
parent cdb7ce3c
...@@ -52,7 +52,8 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CursorTest) { ...@@ -52,7 +52,8 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CursorTest) {
SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("cursor_test.html")))); SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("cursor_test.html"))));
} }
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, IndexTest) { // http://code.google.com/p/chromium/issues/detail?id=70773
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, DISALBED_IndexTest) {
SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("index_test.html")))); SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("index_test.html"))));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment