Commit c002f468 authored by Karan Bhatia's avatar Karan Bhatia Committed by Commit Bot

Disable flaky BackgroundFetchBrowserTest.OfflineItemCollection_SingleFileMetadata.

BUG=822944
TBR=peter@chromium.org

Change-Id: Ibf81ac125ecd066e6c90e1c21788f3938d8380fc
Reviewed-on: https://chromium-review.googlesource.com/967378Reviewed-by: default avatarKaran Bhatia <karandeepb@chromium.org>
Commit-Queue: Karan Bhatia <karandeepb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543867}
parent 72cde06d
...@@ -293,8 +293,9 @@ IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, ...@@ -293,8 +293,9 @@ IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest,
EXPECT_FALSE(guid.empty()); EXPECT_FALSE(guid.empty());
} }
// TODO(crbug.com/822944): Disabled since flaky.
IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest,
OfflineItemCollection_SingleFileMetadata) { DISABLED_OfflineItemCollection_SingleFileMetadata) {
// 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
// the fetch to be registered with the offline items collection. We then // the fetch to be registered with the offline items collection. We then
// verify that all the appropriate values have been set. // verify that all the appropriate values have been set.
......
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