| 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..e4d08328b48c774cbb095dee8a8d37a5bb99f4df 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) {
|
| +// Flaky: http://crbug.com/626108.
|
| +TEST_F(ArcAppModelBuilderTest, DISABLED_RequestShortcutIcons) {
|
| // Make sure we are on UI thread.
|
| ASSERT_TRUE(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
|
|
|
|