| Index: chrome/browser/ui/app_list/arc/arc_app_unittest.cc
|
| diff --git a/chrome/browser/ui/app_list/arc/arc_app_unittest.cc b/chrome/browser/ui/app_list/arc/arc_app_unittest.cc
|
| index 283ac71955624060751c58d955f4f870d9e4b690..508bac33da23ea4d6d563e321a85e67e41768423 100644
|
| --- a/chrome/browser/ui/app_list/arc/arc_app_unittest.cc
|
| +++ b/chrome/browser/ui/app_list/arc/arc_app_unittest.cc
|
| @@ -662,7 +662,8 @@ TEST_F(ArcAppModelBuilderTest, RequestIcons) {
|
| }
|
| }
|
|
|
| -TEST_F(ArcAppModelBuilderTest, RequestShortcutIcons) {
|
| +// TODO(crbug.com/624446) - reenable once this test is fixed
|
| +TEST_F(ArcAppModelBuilderTest, DISABLED_RequestShortcutIcons) {
|
| // Make sure we are on UI thread.
|
| ASSERT_TRUE(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
|
|
|
|