| Index: chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc b/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
|
| index 12fd8c1a310296d285471cf29df64ab596cf4898..7e3a3a02a1bccf8238d2b6721be5c7b996fe95bc 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
|
| @@ -270,8 +270,8 @@ IN_PROC_BROWSER_TEST_F(ToolbarActionViewInteractiveUITest,
|
|
|
| // Tests that clicking on the toolbar action a second time when the action is
|
| // already open results in closing the popup, and doesn't re-open it.
|
| -#if defined(OS_WIN)
|
| -// Flaky on Windows; see https://crbug.com/617056.
|
| +#if defined(OS_WIN) || defined(OS_LINUX) || (OS_CHROMEOS)
|
| +// Flaky on Windows, Linux and ChromeOS; see https://crbug.com/617056.
|
| #define MAYBE_DoubleClickToolbarActionToClose \
|
| DISABLED_DoubleClickToolbarActionToClose
|
| #else
|
|
|