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

Unified Diff: chrome/browser/keyboard_access_browsertest.cc

Issue 10387213: Mark KeyboardAccessTest.TestShiftAltMenuKeyboardAccess as flaky on Win (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/keyboard_access_browsertest.cc
diff --git a/chrome/browser/keyboard_access_browsertest.cc b/chrome/browser/keyboard_access_browsertest.cc
index 9bdeb648a7dee9e3405ce363502fcea5d90e16ec..f1023b422c307cf83faff586e45ae29fb237805f 100644
--- a/chrome/browser/keyboard_access_browsertest.cc
+++ b/chrome/browser/keyboard_access_browsertest.cc
@@ -210,7 +210,13 @@ IN_PROC_BROWSER_TEST_F(KeyboardAccessTest, TestAltMenuKeyboardAccess) {
}
// If this flakes, use http://crbug.com/62311.
-IN_PROC_BROWSER_TEST_F(KeyboardAccessTest, TestShiftAltMenuKeyboardAccess) {
+#if defined(OS_WIN)
+#define MAYBE_TestShiftAltMenuKeyboardAccess FLAKY_TestShiftAltMenuKeyboardAccess
+#else
+#define MAYBE_TestShiftAltMenuKeyboardAccess TestShiftAltMenuKeyboardAccess
+#endif
+IN_PROC_BROWSER_TEST_F(KeyboardAccessTest,
+ MAYBE_TestShiftAltMenuKeyboardAccess) {
TestMenuKeyboardAccess(true, true);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698