Commit 8b9174f8 authored by Mugdha Lakhani's avatar Mugdha Lakhani Committed by Commit Bot

Remove old comment regarding a TODO which is done.

Bug: 822276
Change-Id: I8ed04d4681e2f0e7bb41b869d6b855547b023965
Reviewed-on: https://chromium-review.googlesource.com/986294Reviewed-by: default avatarDan Elphick <delphick@chromium.org>
Commit-Queue: Mugdha Lakhani <nator@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547666}
parent 7ec0e4e0
...@@ -274,7 +274,6 @@ class BackgroundFetchBrowserTest : public InProcessBrowserTest { ...@@ -274,7 +274,6 @@ class BackgroundFetchBrowserTest : public InProcessBrowserTest {
DISALLOW_COPY_AND_ASSIGN(BackgroundFetchBrowserTest); DISALLOW_COPY_AND_ASSIGN(BackgroundFetchBrowserTest);
}; };
// Flaky. See https://crbug.com/822276
IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, DownloadService_Acceptance) { IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, 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.
...@@ -293,7 +292,6 @@ IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, DownloadService_Acceptance) { ...@@ -293,7 +292,6 @@ IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, DownloadService_Acceptance) {
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) { 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
...@@ -324,7 +322,6 @@ IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, ...@@ -324,7 +322,6 @@ IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest,
EXPECT_FALSE(offline_item.is_resumable); EXPECT_FALSE(offline_item.is_resumable);
} }
// Flaky. See https://crbug.com/822276
IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest,
OfflineItemCollection_VerifyIconReceived) { OfflineItemCollection_VerifyIconReceived) {
// 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
......
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