summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-02 17:46:51 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-02 17:46:51 +0000
commit4d4eb36b25468944da82601c2bde2f39d37ec9dd (patch)
tree56ac0249d63750730c698d94b908b1877c079a03 /chrome/test/ui
parent41176ea8715819d805ae726913c5a7c4312b2947 (diff)
downloadchromium_src-4d4eb36b25468944da82601c2bde2f39d37ec9dd.zip
chromium_src-4d4eb36b25468944da82601c2bde2f39d37ec9dd.tar.gz
chromium_src-4d4eb36b25468944da82601c2bde2f39d37ec9dd.tar.bz2
Disable MouseLeaveTest because it takes more than 5 minutes to fail on Windows. This
code needs to be move to Interactive Ui Tests. BUG:45581 Review URL: http://codereview.chromium.org/2428003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48737 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui')
-rw-r--r--chrome/test/ui/mouseleave_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/test/ui/mouseleave_uitest.cc b/chrome/test/ui/mouseleave_uitest.cc
index e01a2e6..08b2267f 100644
--- a/chrome/test/ui/mouseleave_uitest.cc
+++ b/chrome/test/ui/mouseleave_uitest.cc
@@ -15,7 +15,8 @@
#if defined(OS_WIN) || defined(OS_MACOSX)
// Test succeeds locally, flaky on trybot
// http://code.google.com/p/chromium/issues/detail?id=26349
-#define TestOnMouseOut FLAKY_TestOnMouseOut
+// http://code.google.com/p/chromium/issues/detail?id=45581
+#define TestOnMouseOut DISABLED_TestOnMouseOut
#endif // defined(OS_WIN) || defined(OS_MACOSX)
namespace {