| 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 e659d96a0dbe863f522c7e6c131fa430829c7963..d88e904c51098de7fbb0d079d5cd5f48922e51f8 100644
|
| --- a/content/browser/indexed_db/indexed_db_browsertest.cc
|
| +++ b/content/browser/indexed_db/indexed_db_browsertest.cc
|
| @@ -461,14 +461,9 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithGCExposed, DISABLED_BlobDidAck) {
|
| EXPECT_EQ(0UL, blob_context->context()->blob_count());
|
| }
|
|
|
| -// Very flaky on Linux. See crbug.com/459835.
|
| -#if defined(OS_LINUX)
|
| -#define MAYBE_BlobDidAckPrefetch DISABLED_BlobDidAckPrefetch
|
| -#else
|
| -#define MAYBE_BlobDidAckPrefetch BlobDidAckPrefetch
|
| -#endif
|
| +// Flaky. See crbug.com/459835.
|
| IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithGCExposed,
|
| - MAYBE_BlobDidAckPrefetch) {
|
| + DISABLED_BlobDidAckPrefetch) {
|
| SimpleTest(GetTestUrl("indexeddb", "blob_did_ack_prefetch.html"));
|
| // Wait for idle so that the blob ack has time to be received/processed by
|
| // the browser process.
|
|
|