| 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 81cd9c0be738dc1b5400c6b4b6258f42cf387054..491cb7847ae7fd1ffdf3e655a8614ea1b8a51188 100644
|
| --- a/content/browser/indexed_db/indexed_db_browsertest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| @@ -405,7 +405,13 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTest, CanDeleteWhenOverQuotaTest) {
|
| SimpleTest(GetTestUrl("indexeddb", "delete_over_quota.html"));
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithGCExposed, BlobDidAck) {
|
| +// Flaky on Android. https://crbug.com/460948
|
| +#if defined(ANDROID)
|
| +#define MAYBE_BlobDidAck DISABLED_BlobDidAck
|
| +#else
|
| +#define MAYBE_BlobDidAck BlobDidAck
|
| +#endif
|
| +IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithGCExposed, MAYBE_BlobDidAck) {
|
| SimpleTest(GetTestUrl("indexeddb", "blob_did_ack.html"));
|
| content::ChromeBlobStorageContext* blob_context =
|
| ChromeBlobStorageContext::GetFor(
|
|
|