Commit c5287dee authored by Yutaka Hirano's avatar Yutaka Hirano Committed by Commit Bot

Disable BackgroundFetchBrowserTest.AbortFromUI due to flakiness

Bug: 1056096
Change-Id: Ie4057f5584cf017cc4a6f2933cc289160530b1f4
Tbr: peter@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072485Reviewed-by: default avatarYutaka Hirano <yhirano@chromium.org>
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#744582}
parent 7e5aa5d9
...@@ -776,7 +776,8 @@ IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, ClickEventIsDispatched) { ...@@ -776,7 +776,8 @@ IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, ClickEventIsDispatched) {
} }
} }
IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, AbortFromUI) { // TODO(crbug.com/1056096): Re-enable this test.
IN_PROC_BROWSER_TEST_F(BackgroundFetchBrowserTest, DISABLED_AbortFromUI) {
std::vector<OfflineItem> items; std::vector<OfflineItem> items;
// Creates a registration with more than one request. // Creates a registration with more than one request.
ASSERT_NO_FATAL_FAILURE( ASSERT_NO_FATAL_FAILURE(
......
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