| Index: chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc b/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
|
| index 7158f96cd62dd961f628e6c943541048afb89ed4..b779ea28f3154c4e490e8b4daad0352f839b80d8 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
|
| @@ -252,8 +252,8 @@ IN_PROC_BROWSER_TEST_F(ShowAppListInteractiveTest, MAYBE_ShowAppListFlag) {
|
|
|
| // ChromeOS does not support ShowForProfile(), or profile switching within the
|
| // app list. Profile switching on CrOS goes through a different code path. Also
|
| -// these tests are flaky on Linux. See http://crbug.com/483615.
|
| -#if defined(OS_LINUX)
|
| +// these tests are flaky on Linux and Windows. See http://crbug.com/483615.
|
| +#if defined(OS_LINUX) || defined(OS_WIN)
|
| #define MAYBE_ShowAppListNonDefaultProfile \
|
| DISABLED_ShowAppListNonDefaultProfile
|
| #define MAYBE_DeleteShowingAppList DISABLED_DeleteShowingAppList
|
|
|