Commit f1dbc709 authored by Yi Gu's avatar Yi Gu Committed by Chromium LUCI CQ

[Sheriff] Disable flaky BackgroundFetchBrowserTest

The test has been flaky recently:
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=BackgroundFetchBrowserTest.OfflineItemCollection_VerifyResourceDownloadedWhenDownloadTotalLargerThanActualSize&testType=browser_tests

See the linked bug for details.
TBR=rayankans@chromium.org

Bug: 1161369
Change-Id: I063fa10ce855471b181ebeab4c9e4dc974c03e46
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633361Reviewed-by: default avatarAnatoliy Potapchuk <apotapchuk@chromium.org>
Commit-Queue: Yi Gu <yigu@chromium.org>
Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844083}
parent 55ff72df
...@@ -601,7 +601,7 @@ IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, ...@@ -601,7 +601,7 @@ IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest,
IN_PROC_BROWSER_TEST_F( IN_PROC_BROWSER_TEST_F(
BackgroundFetchBrowserTest, BackgroundFetchBrowserTest,
OfflineItemCollection_VerifyResourceDownloadedWhenDownloadTotalLargerThanActualSize) { DISABLED_OfflineItemCollection_VerifyResourceDownloadedWhenDownloadTotalLargerThanActualSize) {
// 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. // the fetch to be registered with the offline items collection.
std::vector<OfflineItem> items; std::vector<OfflineItem> items;
......
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