Commit d7df2575 authored by maruel@chromium.org's avatar maruel@chromium.org

AutofillPopupBaseViewTest.GestureTest is also flaky on linux.

In particular on the Swarming bots.

R=dbeam@chromium.org
BUG=376299
NOTRY=true

Review URL: https://codereview.chromium.org/398113002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@283559 0039d316-1c4b-4281-b951-d872f2087c98
parent 98a5913a
...@@ -72,8 +72,8 @@ class AutofillPopupBaseViewTest : public InProcessBrowserTest { ...@@ -72,8 +72,8 @@ class AutofillPopupBaseViewTest : public InProcessBrowserTest {
AutofillPopupBaseView* view_; AutofillPopupBaseView* view_;
}; };
// Flaky on Win only. http://crbug.com/376299 // Flaky on Win and Linux. http://crbug.com/376299
#if defined(OS_WIN) #if defined(OS_LINUX) || defined(OS_WIN)
#define MAYBE_GestureTest DISABLED_GestureTest #define MAYBE_GestureTest DISABLED_GestureTest
#else #else
#define MAYBE_GestureTest GestureTest #define MAYBE_GestureTest GestureTest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment