Commit 27e5fa6c authored by Ella Ge's avatar Ella Ge Committed by Commit Bot

Sheriff: Disable AppListControllerImplTest.GetItemBoundsForWindow

TBR=xiyuan@chromium.org

No-Try: true
Bug: 1016843
Change-Id: I736070c19d82cc5e8cafe614e6bb568363d8fc6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1873401Reviewed-by: default avatarElla Ge <eirage@chromium.org>
Commit-Queue: Ella Ge <eirage@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708244}
parent 4471709f
...@@ -437,7 +437,8 @@ TEST_F(AppListControllerImplTest, ...@@ -437,7 +437,8 @@ TEST_F(AppListControllerImplTest,
// Tests for HomeScreenDelegate::GetInitialAppListItemScreenBoundsForWindow // Tests for HomeScreenDelegate::GetInitialAppListItemScreenBoundsForWindow
// implemtenation. // implemtenation.
TEST_F(AppListControllerImplTest, GetItemBoundsForWindow) { // Disabled due to crbug.com/1016843
TEST_F(AppListControllerImplTest, DISABLED_GetItemBoundsForWindow) {
// Populate app list model with 25 items, of which items at indices in // Populate app list model with 25 items, of which items at indices in
// |folders| are folders containing a single item. // |folders| are folders containing a single item.
const std::set<int> folders = {5, 23}; const std::set<int> folders = {5, 23};
......
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