diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 23:27:46 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-30 23:27:46 +0000 |
commit | 451e74d290b5ef6c89c8a361ccd3b09572d95dbc (patch) | |
tree | fe5890ea3e7c7e11c1f8d496ab28552df8959072 /chrome/test/ui | |
parent | 7f2e792eec4293b56c6eb9a5d014cee9ed612841 (diff) | |
download | chromium_src-451e74d290b5ef6c89c8a361ccd3b09572d95dbc.zip chromium_src-451e74d290b5ef6c89c8a361ccd3b09572d95dbc.tar.gz chromium_src-451e74d290b5ef6c89c8a361ccd3b09572d95dbc.tar.bz2 |
Marking one more as flaky test. This failed 3 times out of 20 invocations.
BUG=28808
TEST=None
Review URL: http://codereview.chromium.org/457012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33370 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui')
-rw-r--r-- | chrome/test/ui/mouseleave_uitest.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/ui/mouseleave_uitest.cc b/chrome/test/ui/mouseleave_uitest.cc index 8cb59c2..7641218 100644 --- a/chrome/test/ui/mouseleave_uitest.cc +++ b/chrome/test/ui/mouseleave_uitest.cc @@ -30,6 +30,10 @@ // Test succeeds locally, flaky on trybot // http://code.google.com/p/chromium/issues/detail?id=26349 #define MAYBE_TestOnMouseOut DISABLED_TestOnMouseOut +#elif defined(OS_LINUX) && defined(TOOLKIT_VIEWS) +// Test is flaky on linux/views build. +// http://crbug.com/28808. +#define MAYBE_TestOnMouseOut FLAKY_TestOnMouseOut #endif namespace { |