Add FAIL to IndexedDBBrowserTestWithLowQuota.QuotaTest

This fails after roll to WebKit r100780

BUG=104748

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110715 0039d316-1c4b-4281-b951-d872f2087c98
parent 24511a78
......@@ -243,7 +243,7 @@ class IndexedDBBrowserTestWithLowQuota : public IndexedDBBrowserTest {
};
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithLowQuota, QuotaTest) {
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithLowQuota, FAILS_QuotaTest) {
SimpleTest(testUrl(FilePath(FILE_PATH_LITERAL("quota_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