| Index: chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc b/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
|
| index 024e7a5163719791dc4b8fe2ffa279f62e0582bc..f3fe13a3edb7914a680c42df485aa59434ae6099 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
|
| @@ -103,8 +103,9 @@ class AppListControllerAppInfoDialogBrowserTest : public ExtensionBrowserTest {
|
| };
|
|
|
| // Test the DoShowAppInfoFlow function of the controller delegate.
|
| +// Crashes on all platforms some of the time (flaky). http://crbug.com/378251
|
| IN_PROC_BROWSER_TEST_F(AppListControllerAppInfoDialogBrowserTest,
|
| - DoShowAppInfoFlow) {
|
| + DISABLED_DoShowAppInfoFlow) {
|
| // Install an extension to open the dialog for.
|
| test::SigninProfile(browser()->profile());
|
| base::FilePath test_extension_path;
|
|
|