Commit 999e75b1 authored by Mugdha Lakhani's avatar Mugdha Lakhani Committed by Commit Bot

Disable a flaky Background Fetch browser test.

NOTRY=true

Bug: 822276
Change-Id: I7a1781912c47be7bd34cf39e2f1b6f0610cf281a
Reviewed-on: https://chromium-review.googlesource.com/964561
Commit-Queue: Mugdha Lakhani <nator@chromium.org>
Reviewed-by: default avatarPeter Beverloo <peter@chromium.org>
Reviewed-by: default avatarAnita Woodruff <awdf@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543424}
parent 242fe9d5
...@@ -273,7 +273,9 @@ class BackgroundFetchBrowserTest : public InProcessBrowserTest { ...@@ -273,7 +273,9 @@ class BackgroundFetchBrowserTest : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(BackgroundFetchBrowserTest); DISALLOW_COPY_AND_ASSIGN(BackgroundFetchBrowserTest);
}; };
IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, DownloadService_Acceptance) { // Flaky. See https://crbug.com/822276
IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest,
DISABLED_DownloadService_Acceptance) {
// Starts a Background Fetch for a single to-be-downloaded file and waits for // Starts a Background Fetch for a single to-be-downloaded file and waits for
// that request to be scheduled with the Download Service. // that request to be scheduled with the Download Service.
......
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