Commit 79be4822 authored by gcasto's avatar gcasto Committed by Commit bot

Disable IndexedDBBrowserTestWithGCExposed.BlobDidAckPrefetch

TBR=cmumford@chromium.org
BUG=459835

Review URL: https://codereview.chromium.org/1636203002

Cr-Commit-Position: refs/heads/master@{#371664}
parent 46a3160d
...@@ -461,14 +461,9 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithGCExposed, DISABLED_BlobDidAck) { ...@@ -461,14 +461,9 @@ IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithGCExposed, DISABLED_BlobDidAck) {
EXPECT_EQ(0UL, blob_context->context()->blob_count()); EXPECT_EQ(0UL, blob_context->context()->blob_count());
} }
// Very flaky on Linux. See crbug.com/459835. // Flaky. See crbug.com/459835.
#if defined(OS_LINUX)
#define MAYBE_BlobDidAckPrefetch DISABLED_BlobDidAckPrefetch
#else
#define MAYBE_BlobDidAckPrefetch BlobDidAckPrefetch
#endif
IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithGCExposed, IN_PROC_BROWSER_TEST_F(IndexedDBBrowserTestWithGCExposed,
MAYBE_BlobDidAckPrefetch) { DISABLED_BlobDidAckPrefetch) {
SimpleTest(GetTestUrl("indexeddb", "blob_did_ack_prefetch.html")); SimpleTest(GetTestUrl("indexeddb", "blob_did_ack_prefetch.html"));
// Wait for idle so that the blob ack has time to be received/processed by // Wait for idle so that the blob ack has time to be received/processed by
// the browser process. // the browser process.
......
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