| 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 7418b9da43500078d8b550aedbdbf369b1cac37f..a01d971e878e969608c8cac64ed1ef003de6be0a 100644
|
| --- a/content/browser/indexed_db/indexed_db_browsertest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| @@ -430,7 +430,9 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, LevelDBLogFileTest) {
|
| EXPECT_GT(size, 0);
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CanDeleteWhenOverQuotaTest) {
|
| +// Disabled due to flakes on Android bots. See crbug.com/616100.
|
| +IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest,
|
| + DISABLED_CanDeleteWhenOverQuotaTest) {
|
| SimpleTest(GetTestUrl("indexeddb", "fill_up_5k.html"));
|
| int64_t size = RequestDiskUsage();
|
| const int kQuotaKilobytes = 2;
|
|
|