| Index: chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc b/chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc
|
| index 32851b5d911a19292538400c7a3126a0e6f23884..5d9e4da043ec12c9a0af8cc800893de136ac4079 100644
|
| --- a/chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc
|
| +++ b/chrome/browser/ui/views/autofill/autofill_popup_base_view_browsertest.cc
|
| @@ -72,8 +72,8 @@ class AutofillPopupBaseViewTest : public InProcessBrowserTest {
|
| AutofillPopupBaseView* view_;
|
| };
|
|
|
| -// Flaky on Win only. http://crbug.com/376299
|
| -#if defined(OS_WIN)
|
| +// Flaky on Win and Linux. http://crbug.com/376299
|
| +#if defined(OS_LINUX) || defined(OS_WIN)
|
| #define MAYBE_GestureTest DISABLED_GestureTest
|
| #else
|
| #define MAYBE_GestureTest GestureTest
|
|
|