Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2334)

Unified Diff: chrome/browser/ui/views/button_dropdown_test.cc

Issue 10409027: Disable or mark flaky several UI tests on Win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/button_dropdown_test.cc
diff --git a/chrome/browser/ui/views/button_dropdown_test.cc b/chrome/browser/ui/views/button_dropdown_test.cc
index 77cd2aef5e81bf7de0ad3b3c9d2297aa4bfe360a..3b2c2b7cd260300ae8e549c40df1ebfa09df5d8b 100644
--- a/chrome/browser/ui/views/button_dropdown_test.cc
+++ b/chrome/browser/ui/views/button_dropdown_test.cc
@@ -130,4 +130,9 @@ class ButtonDropDownDragTest : public ViewEventTestBase,
bool menu_closed_;
};
-VIEW_TEST(ButtonDropDownDragTest, DragActivation)
+#if defined(OS_WIN)
+#define MAYBE_DragActivation DISABLED_DragActivation
+#else
+#define MAYBE_DragActivation DragActivation
+#endif
+VIEW_TEST(ButtonDropDownDragTest, MAYBE_DragActivation)

Powered by Google App Engine
This is Rietveld 408576698